Home | History | Annotate | Download | only in btm

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)
281 if (HCI_3_SLOT_PACKETS_SUPPORTED(p_features))
285 if (HCI_5_SLOT_PACKETS_SUPPORTED(p_features))
290 if (!HCI_EDR_ACL_2MPS_SUPPORTED(p_features))
297 if (!HCI_EDR_ACL_3MPS_SUPPORTED(p_features))
305 if (HCI_EDR_ACL_2MPS_SUPPORTED(p_features) ||
306 HCI_EDR_ACL_3MPS_SUPPORTED(p_features))
308 if (!HCI_3_SLOT_EDR_ACL_SUPPORTED(p_features))
312 if (!HCI_5_SLOT_EDR_ACL_SUPPORTED(p_features))
325 if (HCI_SCO_LINK_SUPPORTED(p_features))
329 if (HCI_HV2_PACKETS_SUPPORTED(p_features))
332 if (HCI_HV3_PACKETS_SUPPORTED(p_features))
336 if (HCI_ESCO_EV3_SUPPORTED(p_features))
339 if (HCI_ESCO_EV4_SUPPORTED(p_features))
342 if (HCI_ESCO_EV5_SUPPORTED(p_features))
350 if (HCI_EDR_ESCO_2MPS_SUPPORTED(p_features))
352 if (!HCI_3_SLOT_EDR_ESCO_SUPPORTED(p_features))
361 if (HCI_EDR_ESCO_3MPS_SUPPORTED(p_features))
363 if (!HCI_3_SLOT_EDR_ESCO_SUPPORTED(p_features))
378 if (HCI_SWITCH_SUPPORTED(p_features))
383 if (HCI_HOLD_MODE_SUPPORTED(p_features))
388 if (HCI_SNIFF_MODE_SUPPORTED(p_features))
393 if (HCI_PARK_MODE_SUPPORTED(p_features))
400 if (HCI_LMP_INQ_RSSI_SUPPORTED(p_features))
402 if (HCI_EXT_INQ_RSP_SUPPORTED(p_features))
409 if( HCI_NON_FLUSHABLE_PB_SUPPORTED(p_features))