Home
last modified time | relevance | path

Searched refs:restricted_channel_mask (Results 1 – 3 of 3) sorted by relevance

/hardware/nxp/uwb/halimpl/hal/
DphNxpUciHal_ext.cc300 rt_set->restricted_channel_mask = 0; in phNxpUciHal_resetRuntimeSettings()
334 rt_set->restricted_channel_mask |= 1<< 5; in phNxpUciHal_applyCountryCaps()
340 rt_set->restricted_channel_mask |= 1<< 9; in phNxpUciHal_applyCountryCaps()
771 rt_set->restricted_channel_mask = mask; in phNxpUciHal_handle_set_country_code()
876 if (((ch == CHANNEL_NUM_5) && (rt_set->restricted_channel_mask & (1 << 5))) || in phNxpUciHal_handle_set_app_config()
877 ((ch == CHANNEL_NUM_9) && (rt_set->restricted_channel_mask & (1 << 9)))) { in phNxpUciHal_handle_set_app_config()
990 if (rt_set->restricted_channel_mask & (1 << 5)) in phNxpUciHal_handle_get_caps_info()
992 if (rt_set->restricted_channel_mask & (1 << 9)) in phNxpUciHal_handle_get_caps_info()
996 if (!(rt_set->restricted_channel_mask & (1 << 5))) in phNxpUciHal_handle_get_caps_info()
998 if (!(rt_set->restricted_channel_mask & (1 << 9))) in phNxpUciHal_handle_get_caps_info()
DphNxpUciHal.h156 uint16_t restricted_channel_mask; member
DsessionTrack.cc239 … if (!rt_set->uwb_enable || rt_set->restricted_channel_mask & (1 << pSessionInfo->channel_)) { in OnCountryCodeChanged()