• Home
  • Raw
  • Download

Lines Matching refs:p_features

119 static void btm_decode_ext_features_page (UINT8 page_number, const BD_FEATURES p_features);
986 static void btm_decode_ext_features_page (UINT8 page_number, const UINT8 *p_features) in btm_decode_ext_features_page() argument
1001 if (HCI_3_SLOT_PACKETS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1005 if (HCI_5_SLOT_PACKETS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1014 if (!HCI_EDR_ACL_2MPS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1021 if (!HCI_EDR_ACL_3MPS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1029 if (HCI_EDR_ACL_2MPS_SUPPORTED(p_features) || in btm_decode_ext_features_page()
1030 HCI_EDR_ACL_3MPS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1032 if (!HCI_3_SLOT_EDR_ACL_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1036 if (!HCI_5_SLOT_EDR_ACL_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1050 if (HCI_SCO_LINK_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1054 if (HCI_HV2_PACKETS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1057 if (HCI_HV3_PACKETS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1061 if (HCI_ESCO_EV3_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1064 if (HCI_ESCO_EV4_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1067 if (HCI_ESCO_EV5_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1075 if (HCI_EDR_ESCO_2MPS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1077 if (!HCI_3_SLOT_EDR_ESCO_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1086 if (HCI_EDR_ESCO_3MPS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1088 if (!HCI_3_SLOT_EDR_ESCO_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1103 if (HCI_SWITCH_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1108 if (HCI_HOLD_MODE_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1113 if (HCI_SNIFF_MODE_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1118 if (HCI_PARK_MODE_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1125 if (HCI_LMP_INQ_RSSI_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1127 if (HCI_EXT_INQ_RSP_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1133 if (HCI_LMP_INQ_RSSI_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1137 if( HCI_NON_FLUSHABLE_PB_SUPPORTED(p_features)) in btm_decode_ext_features_page()