Home
last modified time | relevance | path

Searched refs:countryCodeArray (Results 1 – 2 of 2) sorted by relevance

/external/uwb/src/uwa/dm/
Duwa_dm_api.cc613 extern tUWA_STATUS UWA_ControllerSetCountryCode(uint8_t* countryCodeArray) { in UWA_ControllerSetCountryCode() argument
620 if (countryCodeArray != NULL) { in UWA_ControllerSetCountryCode()
621 memcpy(p_msg->country_code, countryCodeArray, COUNTRY_CODE_ARRAY_LEN); in UWA_ControllerSetCountryCode()
/external/uwb/src/uwa/include/
Duwa_api.h699 extern tUWA_STATUS UWA_ControllerSetCountryCode(uint8_t* countryCodeArray);