Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_devctl.c342 if (HCI_ESCO_EV5_SUPPORTED(p_features)) in btm_decode_ext_features_page()
/system/bt/stack/include/
Dhcidefs.h1580 #define HCI_ESCO_EV5_SUPPORTED(x) ((x)[HCI_FEATURE_ESCO_EV5_OFF] & HCI_FEATURE_ESCO_EV5_MASK) macro