Home
last modified time | relevance | path

Searched defs:supported_commands (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Dle_legacy_config.json2 "supported_commands" : ["b3", "ff", "ef", "01", "ce", "fd", "81", "ff", "3f", "0f", array
Dle_extended_config.json2 "supported_commands" : ["b3", "ff", "ef", "01", "ce", "fd", "81", "ff", "3f", "0f", array
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.cc128 OpCodeIndex supported_commands[] = { in SupportedCommands() local
1809 static void SetSupportedCommandBits(std::array<uint8_t, 64>& supported_commands, in SetSupportedCommandBits()
/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_test.cc109 std::array<uint8_t, 64> supported_commands; in HandleCommand() local
Dhci_layer_test.cc426 std::array<uint8_t, 64> supported_commands; in TEST_F() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_device_controller.cc61 uint8_t supported_commands[HCI_SUPPORTED_COMMANDS_ARRAY_SIZE]{0}; variable