Searched refs:cc_resp (Results 1 – 1 of 1) sorted by relevance
313 const uint8_t *cc_resp, uint32_t cc_resp_len) in phNxpUciHal_applyCountryCaps() argument321 uint8_t tag = cc_resp[idx++]; in phNxpUciHal_applyCountryCaps()322 uint8_t len = cc_resp[idx++]; in phNxpUciHal_applyCountryCaps()328 rt_set->uwb_enable = cc_resp[idx]; in phNxpUciHal_applyCountryCaps()329 NXPLOG_UCIHAL_D("CountryCaps uwb_enable = %u", cc_resp[idx]); in phNxpUciHal_applyCountryCaps()333 if (len == 1 && !cc_resp[idx]) { in phNxpUciHal_applyCountryCaps()335 NXPLOG_UCIHAL_D("CountryCaps channel 5 support = %u", cc_resp[idx]); in phNxpUciHal_applyCountryCaps()339 if (len == 1 && !cc_resp[idx]) { in phNxpUciHal_applyCountryCaps()341 NXPLOG_UCIHAL_D("CountryCaps channel 9 support = %u", cc_resp[idx]); in phNxpUciHal_applyCountryCaps()346 …rt_set->tx_power_offset = (short)((cc_resp[idx + 0]) | (((cc_resp[idx + 1]) << RMS_TX_POWER_SHIFT)… in phNxpUciHal_applyCountryCaps()[all …]