Searched refs:HCI_EDR_ESCO_2MPS_SUPPORTED (Results 1 – 3 of 3) sorted by relevance
439 return HCI_EDR_ESCO_2MPS_SUPPORTED(features_classic[0].as_array); in supports_esco_2m_phy()
268 if (!HCI_EDR_ESCO_2MPS_SUPPORTED(p_acl->peer_lmp_feature_pages[0])) { in btm_send_connect_request()
1380 #define HCI_EDR_ESCO_2MPS_SUPPORTED(x) ((x)[5] & 0x20) macro