Home
last modified time | relevance | path

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

/system/bt/device/src/
Dcontroller.cc434 return HCI_ESCO_EV5_SUPPORTED(features_classic[0].as_array); in supports_ev5_packets()
/system/bt/stack/include/
Dhcidefs.h1367 #define HCI_ESCO_EV5_SUPPORTED(x) ((x)[4] & 0x02) macro