Home
last modified time | relevance | path

Searched refs:HCI_3_SLOT_EDR_ESCO_SUPPORTED (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/btm/
Dbtm_devctl.cc348 if (!HCI_3_SLOT_EDR_ESCO_SUPPORTED(p_features)) in btm_decode_ext_features_page()
356 if (!HCI_3_SLOT_EDR_ESCO_SUPPORTED(p_features)) in btm_decode_ext_features_page()
/system/bt/stack/include/
Dhcidefs.h1382 #define HCI_3_SLOT_EDR_ESCO_SUPPORTED(x) ((x)[5] & 0x80) macro