Searched refs:HCI_EDR_ACL_2MPS_SUPPORTED (Results 1 – 4 of 4) sorted by relevance
293 if (!HCI_EDR_ACL_2MPS_SUPPORTED(p_features)) { in btm_decode_ext_features_page()306 if (HCI_EDR_ACL_2MPS_SUPPORTED(p_features) || in btm_decode_ext_features_page()
2692 if (!HCI_EDR_ACL_2MPS_SUPPORTED(p->peer_lmp_feature_pages[0])) in btm_acl_chk_peer_pkt_type_support()2705 if (HCI_EDR_ACL_2MPS_SUPPORTED(p->peer_lmp_feature_pages[0]) || in btm_acl_chk_peer_pkt_type_support()
1358 #define HCI_EDR_ACL_2MPS_SUPPORTED(x) ((x)[3] & 0x02) macro
1253 if (HCI_EDR_ACL_2MPS_SUPPORTED(p)) open.edr |= BTA_AV_EDR_2MBPS; in bta_av_str_opened()