Home
last modified time | relevance | path

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

/hardware/nxp/uwb/halimpl/hal/
DphNxpUciHal_ext.cc298 phNxpUciHal_Runtime_Settings_t *rt_set = &nxpucihal_ctrl.rt_settings; in phNxpUciHal_resetRuntimeSettings() local
299 rt_set->uwb_enable = true; in phNxpUciHal_resetRuntimeSettings()
300 rt_set->restricted_channel_mask = 0; in phNxpUciHal_resetRuntimeSettings()
301 rt_set->tx_power_offset = 0; in phNxpUciHal_resetRuntimeSettings()
315 phNxpUciHal_Runtime_Settings_t *rt_set = &nxpucihal_ctrl.rt_settings; in phNxpUciHal_applyCountryCaps() local
328 rt_set->uwb_enable = cc_resp[idx]; in phNxpUciHal_applyCountryCaps()
334 rt_set->restricted_channel_mask |= 1<< 5; in phNxpUciHal_applyCountryCaps()
340 rt_set->restricted_channel_mask |= 1<< 9; in phNxpUciHal_applyCountryCaps()
346rt_set->tx_power_offset = (short)((cc_resp[idx + 0]) | (((cc_resp[idx + 1]) << RMS_TX_POWER_SHIFT)… in phNxpUciHal_applyCountryCaps()
347 NXPLOG_UCIHAL_D("CountryCaps tx_power_offset = %d", rt_set->tx_power_offset); in phNxpUciHal_applyCountryCaps()
[all …]
DsessionTrack.cc224 phNxpUciHal_Runtime_Settings_t *rt_set = &nxpucihal_ctrl.rt_settings; in OnCountryCodeChanged() local
239 … if (!rt_set->uwb_enable || rt_set->restricted_channel_mask & (1 << pSessionInfo->channel_)) { in OnCountryCodeChanged()
245 if (rt_set->uwb_enable && !calibration_delayed_) { in OnCountryCodeChanged()