Searched refs:HCI_EDR_ESCO_3MPS_SUPPORTED (Results 1 – 3 of 3) sorted by relevance
444 return HCI_EDR_ESCO_3MPS_SUPPORTED(features_classic[0].as_array); in supports_esco_3m_phy()
273 if (!HCI_EDR_ESCO_3MPS_SUPPORTED(p_acl->peer_lmp_feature_pages[0])) { in btm_send_connect_request()
1381 #define HCI_EDR_ESCO_3MPS_SUPPORTED(x) ((x)[5] & 0x40) macro