Home
last modified time | relevance | path

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

/system/bt/device/src/
Dcontroller.cc270 if (HCI_READ_LOCAL_CODECS_SUPPORTED(supported_commands)) { in start_up()
/system/bt/stack/include/
Dhcidefs.h1626 #define HCI_READ_LOCAL_CODECS_SUPPORTED(x) ((x)[29] & 0x20) macro