Searched refs:countryCodeArray (Results 1 – 2 of 2) sorted by relevance
613 extern tUWA_STATUS UWA_ControllerSetCountryCode(uint8_t* countryCodeArray) { in UWA_ControllerSetCountryCode() argument620 if (countryCodeArray != NULL) { in UWA_ControllerSetCountryCode()621 memcpy(p_msg->country_code, countryCodeArray, COUNTRY_CODE_ARRAY_LEN); in UWA_ControllerSetCountryCode()
699 extern tUWA_STATUS UWA_ControllerSetCountryCode(uint8_t* countryCodeArray);