Home | History | Annotate | Download | only in btm

Lines Matching refs:p_features

118 static void btm_decode_ext_features_page (UINT8 page_number, const BD_FEATURES p_features);
932 static void btm_decode_ext_features_page (UINT8 page_number, const UINT8 *p_features)
947 if (HCI_3_SLOT_PACKETS_SUPPORTED(p_features))
951 if (HCI_5_SLOT_PACKETS_SUPPORTED(p_features))
960 if (!HCI_EDR_ACL_2MPS_SUPPORTED(p_features))
967 if (!HCI_EDR_ACL_3MPS_SUPPORTED(p_features))
975 if (HCI_EDR_ACL_2MPS_SUPPORTED(p_features) ||
976 HCI_EDR_ACL_3MPS_SUPPORTED(p_features))
978 if (!HCI_3_SLOT_EDR_ACL_SUPPORTED(p_features))
982 if (!HCI_5_SLOT_EDR_ACL_SUPPORTED(p_features))
996 if (HCI_SCO_LINK_SUPPORTED(p_features))
1000 if (HCI_HV2_PACKETS_SUPPORTED(p_features))
1003 if (HCI_HV3_PACKETS_SUPPORTED(p_features))
1007 if (HCI_ESCO_EV3_SUPPORTED(p_features))
1010 if (HCI_ESCO_EV4_SUPPORTED(p_features))
1013 if (HCI_ESCO_EV5_SUPPORTED(p_features))
1021 if (HCI_EDR_ESCO_2MPS_SUPPORTED(p_features))
1023 if (!HCI_3_SLOT_EDR_ESCO_SUPPORTED(p_features))
1032 if (HCI_EDR_ESCO_3MPS_SUPPORTED(p_features))
1034 if (!HCI_3_SLOT_EDR_ESCO_SUPPORTED(p_features))
1049 if (HCI_SWITCH_SUPPORTED(p_features))
1054 if (HCI_HOLD_MODE_SUPPORTED(p_features))
1059 if (HCI_SNIFF_MODE_SUPPORTED(p_features))
1064 if (HCI_PARK_MODE_SUPPORTED(p_features))
1071 if (HCI_LMP_INQ_RSSI_SUPPORTED(p_features))
1073 if (HCI_EXT_INQ_RSP_SUPPORTED(p_features))
1079 if (HCI_LMP_INQ_RSSI_SUPPORTED(p_features))
1083 if( HCI_NON_FLUSHABLE_PB_SUPPORTED(p_features))