Home
last modified time | relevance | path

Searched refs:HCI_EDR_ESCO_3MPS_SUPPORTED (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/btm/
Dbtm_devctl.cc355 if (HCI_EDR_ESCO_3MPS_SUPPORTED(p_features)) { in btm_decode_ext_features_page()
Dbtm_sco.cc273 if (!HCI_EDR_ESCO_3MPS_SUPPORTED(p_acl->peer_lmp_feature_pages[0])) { in btm_send_connect_request()
/system/bt/stack/include/
Dhcidefs.h1381 #define HCI_EDR_ESCO_3MPS_SUPPORTED(x) ((x)[5] & 0x40) macro