Searched refs:HCI_EDR_ACL_2MPS_SUPPORTED (Results 1 – 4 of 4) sorted by relevance
389 return HCI_EDR_ACL_2MPS_SUPPORTED(features_classic[0].as_array); in supports_classic_2m_phy()
2543 if (!HCI_EDR_ACL_2MPS_SUPPORTED(p->peer_lmp_feature_pages[0])) in btm_acl_chk_peer_pkt_type_support()2556 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
1268 if (HCI_EDR_ACL_2MPS_SUPPORTED(p)) open.edr |= BTA_AV_EDR_2MBPS; in bta_av_str_opened()