Home
last modified time | relevance | path

Searched refs:HCI_EDR_ACL_3MPS_SUPPORTED (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/
Dbtm_devctl.c297 if (!HCI_EDR_ACL_3MPS_SUPPORTED(p_features)) { in btm_decode_ext_features_page()
305 HCI_EDR_ACL_3MPS_SUPPORTED(p_features)) { in btm_decode_ext_features_page()
Dbtm_acl.c2550 if (!HCI_EDR_ACL_3MPS_SUPPORTED(p->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0])) { in btm_acl_chk_peer_pkt_type_support()
2558 || HCI_EDR_ACL_3MPS_SUPPORTED(p->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0])) { in btm_acl_chk_peer_pkt_type_support()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Dhcidefs.h1657 #define HCI_EDR_ACL_3MPS_SUPPORTED(x) ((x)[HCI_FEATURE_EDR_ACL_3MPS_OFF] & HCI_FEATURE_EDR_ACL_3M… macro
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c1385 if (HCI_EDR_ACL_3MPS_SUPPORTED(p)) { in bta_av_str_opened()