Lines Matching refs:p_features
67 static void btm_decode_ext_features_page (UINT8 page_number, const BD_FEATURES p_features);
269 static void btm_decode_ext_features_page (UINT8 page_number, const UINT8 *p_features) in btm_decode_ext_features_page() argument
281 if (HCI_3_SLOT_PACKETS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
285 if (HCI_5_SLOT_PACKETS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
290 if (!HCI_EDR_ACL_2MPS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
297 if (!HCI_EDR_ACL_3MPS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
305 if (HCI_EDR_ACL_2MPS_SUPPORTED(p_features) || in btm_decode_ext_features_page()
306 HCI_EDR_ACL_3MPS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
308 if (!HCI_3_SLOT_EDR_ACL_SUPPORTED(p_features)) in btm_decode_ext_features_page()
312 if (!HCI_5_SLOT_EDR_ACL_SUPPORTED(p_features)) in btm_decode_ext_features_page()
325 if (HCI_SCO_LINK_SUPPORTED(p_features)) in btm_decode_ext_features_page()
329 if (HCI_HV2_PACKETS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
332 if (HCI_HV3_PACKETS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
336 if (HCI_ESCO_EV3_SUPPORTED(p_features)) in btm_decode_ext_features_page()
339 if (HCI_ESCO_EV4_SUPPORTED(p_features)) in btm_decode_ext_features_page()
342 if (HCI_ESCO_EV5_SUPPORTED(p_features)) in btm_decode_ext_features_page()
350 if (HCI_EDR_ESCO_2MPS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
352 if (!HCI_3_SLOT_EDR_ESCO_SUPPORTED(p_features)) in btm_decode_ext_features_page()
361 if (HCI_EDR_ESCO_3MPS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
363 if (!HCI_3_SLOT_EDR_ESCO_SUPPORTED(p_features)) in btm_decode_ext_features_page()
378 if (HCI_SWITCH_SUPPORTED(p_features)) in btm_decode_ext_features_page()
383 if (HCI_HOLD_MODE_SUPPORTED(p_features)) in btm_decode_ext_features_page()
388 if (HCI_SNIFF_MODE_SUPPORTED(p_features)) in btm_decode_ext_features_page()
393 if (HCI_PARK_MODE_SUPPORTED(p_features)) in btm_decode_ext_features_page()
400 if (HCI_LMP_INQ_RSSI_SUPPORTED(p_features)) in btm_decode_ext_features_page()
402 if (HCI_EXT_INQ_RSP_SUPPORTED(p_features)) in btm_decode_ext_features_page()
409 if( HCI_NON_FLUSHABLE_PB_SUPPORTED(p_features)) in btm_decode_ext_features_page()