• Home
  • Raw
  • Download

Lines Matching refs:p_features

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() argument
942 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()
991 if (HCI_SCO_LINK_SUPPORTED(p_features)) in btm_decode_ext_features_page()
995 if (HCI_HV2_PACKETS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
998 if (HCI_HV3_PACKETS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1002 if (HCI_ESCO_EV3_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1005 if (HCI_ESCO_EV4_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1008 if (HCI_ESCO_EV5_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1016 if (HCI_EDR_ESCO_2MPS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1018 if (!HCI_3_SLOT_EDR_ESCO_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1027 if (HCI_EDR_ESCO_3MPS_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1029 if (!HCI_3_SLOT_EDR_ESCO_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1044 if (HCI_SWITCH_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1049 if (HCI_HOLD_MODE_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1054 if (HCI_SNIFF_MODE_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1059 if (HCI_PARK_MODE_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1066 if (HCI_LMP_INQ_RSSI_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1068 if (HCI_EXT_INQ_RSP_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1074 if (HCI_LMP_INQ_RSSI_SUPPORTED(p_features)) in btm_decode_ext_features_page()
1078 if( HCI_NON_FLUSHABLE_PB_SUPPORTED(p_features)) in btm_decode_ext_features_page()