Searched refs:HCI_EDR_ACL_3MPS_SUPPORTED (Results 1 – 5 of 5) sorted by relevance
47 if (!HCI_EDR_ACL_3MPS_SUPPORTED(features)) in PeerPacketTypes()55 HCI_EDR_ACL_3MPS_SUPPORTED(features)) { in PeerPacketTypes()
161 return HCI_EDR_ACL_3MPS_SUPPORTED(features_classic[0].as_array); in supports_classic_3m_phy()
428 return HCI_EDR_ACL_3MPS_SUPPORTED(features_classic[0].as_array); in supports_classic_3m_phy()
978 #define HCI_EDR_ACL_3MPS_SUPPORTED(x) ((x)[3] & 0x04) macro
1217 if (HCI_EDR_ACL_3MPS_SUPPORTED(p)) { in bta_av_str_opened()