Searched refs:HCI_EDR_ACL_2MPS_SUPPORTED (Results 1 – 5 of 5) sorted by relevance
41 if (!HCI_EDR_ACL_2MPS_SUPPORTED(features)) in PeerPacketTypes()54 if (HCI_EDR_ACL_2MPS_SUPPORTED(features) || in PeerPacketTypes()
157 return HCI_EDR_ACL_2MPS_SUPPORTED(features_classic[0].as_array); in supports_classic_2m_phy()
423 return HCI_EDR_ACL_2MPS_SUPPORTED(features_classic[0].as_array); in supports_classic_2m_phy()
977 #define HCI_EDR_ACL_2MPS_SUPPORTED(x) ((x)[3] & 0x02) macro
1216 if (HCI_EDR_ACL_2MPS_SUPPORTED(p)) open.edr |= BTA_AV_EDR_2MBPS; in bta_av_str_opened()