Searched refs:p_features (Results 1 – 6 of 6) sorted by relevance
118 static void btm_decode_ext_features_page (UINT8 page_number, const BD_FEATURES p_features);927 static void btm_decode_ext_features_page (UINT8 page_number, const UINT8 *p_features) in btm_decode_ext_features_page() argument942 if (HCI_3_SLOT_PACKETS_SUPPORTED(p_features)) in btm_decode_ext_features_page()946 if (HCI_5_SLOT_PACKETS_SUPPORTED(p_features)) in btm_decode_ext_features_page()955 if (!HCI_EDR_ACL_2MPS_SUPPORTED(p_features)) in btm_decode_ext_features_page()962 if (!HCI_EDR_ACL_3MPS_SUPPORTED(p_features)) in btm_decode_ext_features_page()970 if (HCI_EDR_ACL_2MPS_SUPPORTED(p_features) || in btm_decode_ext_features_page()971 HCI_EDR_ACL_3MPS_SUPPORTED(p_features)) in btm_decode_ext_features_page()973 if (!HCI_3_SLOT_EDR_ACL_SUPPORTED(p_features)) in btm_decode_ext_features_page()977 if (!HCI_5_SLOT_EDR_ACL_SUPPORTED(p_features)) in btm_decode_ext_features_page()[all …]
187 UINT8 *p_features; in BTM_SetPowerMode() local216 p_features = BTM_ReadLocalFeatures(); in BTM_SetPowerMode()217 if( !(p_features[ btm_pm_mode_off[ind] ] & btm_pm_mode_msk[ind] ) ) in BTM_SetPowerMode()
1053 UINT8 *p_features; in BTM_SecBond() local1137 p_features = p_dev_rec->features[ii]; in BTM_SecBond()1139 ii, p_features[0], p_features[1], p_features[2], p_features[3]); in BTM_SecBond()1141 p_features[4], p_features[5], p_features[6], p_features[7]); in BTM_SecBond()
1606 evt_data.conn.p_features = p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]; in btm_establish_continue()
2222 UINT8 *p_features; in l2cu_create_conn_after_switch() local2227 p_features = BTM_ReadLocalFeatures(); in l2cu_create_conn_after_switch()2235 && HCI_SWITCH_SUPPORTED(p_features)) in l2cu_create_conn_after_switch()
839 …UINT8 *p_features; /* pointer to the remote device's features page[0] (supported features… member