Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.cc129 OpCodeIndex supported_commands[] = { in SupportedCommands() local
1661 static void SetSupportedCommandBits(std::array<uint8_t, 64>& supported_commands, in SetSupportedCommandBits()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dadapter_state.h87 uint8_t supported_commands[64] = {0}; member
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Dle_extended_config.json2 "supported_commands" : ["b3", "ff", "ef", "01", "ce", "fd", "81", "ff", "3f", "0f", array
Dle_legacy_config.json2 "supported_commands" : ["b3", "ff", "ef", "01", "ce", "fd", "81", "ff", "3f", "0f", array
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_test.cc115 std::array<uint8_t, 64> supported_commands; in HandleCommand() local
Dhci_layer_test.cc405 std::array<uint8_t, 64> supported_commands; in TEST_F() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dfake_controller.h92 uint8_t supported_commands[64] = {0}; member
/aosp_15_r20/external/python/bumble/bumble/
Dhost.py610 def supported_commands(self) -> Set[int]: member in Host
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h31207 …_hci_command_packets, ErrorCode status, const std::array<uint8_t,64>& supported_commands) {auto bu… in Create()
31227 …_hci_command_packets, ErrorCode status, const std::array<uint8_t,64>& supported_commands) :Command… in Create()