Searched refs:HCI_SWITCH_SUPPORTED (Results 1 – 6 of 6) sorted by relevance
362 return HCI_SWITCH_SUPPORTED(features_classic[0].as_array); in supports_master_slave_role_switch()
337 if (HCI_SWITCH_SUPPORTED(p_dev_rec->features[HCI_EXT_FEATURES_PAGE_0])) in btm_dev_support_switch()
378 if (HCI_SWITCH_SUPPORTED(p_features)) in btm_decode_ext_features_page()
828 … if ( (*settings & HCI_ENABLE_MASTER_SLAVE_SWITCH) && (!HCI_SWITCH_SUPPORTED(localFeatures)) ) in BTM_SetLinkPolicy()873 if((settings & HCI_ENABLE_MASTER_SLAVE_SWITCH) && (!HCI_SWITCH_SUPPORTED(localFeatures))) in BTM_SetDefaultLinkPolicy()
2332 if (HCI_SWITCH_SUPPORTED(BTM_ReadLocalFeatures())) in l2cu_create_conn()2413 && HCI_SWITCH_SUPPORTED(p_features)) in l2cu_create_conn_after_switch()
1476 #define HCI_SWITCH_SUPPORTED(x) ((x)[HCI_FEATURE_SWITCH_OFF] & HCI_FEATURE_SWITCH_MASK) macro