Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_device_controller.cc185 return HCI_ESCO_EV3_SUPPORTED(features_classic[0].as_array); in supports_ev3_packets()
/system/bt/device/src/
Dcontroller.cc458 return HCI_ESCO_EV3_SUPPORTED(features_classic[0].as_array); in supports_ev3_packets()
/system/bt/stack/include/
Dhcidefs.h983 #define HCI_ESCO_EV3_SUPPORTED(x) ((x)[3] & 0x80) macro