Searched defs:supported_commands (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | controller_properties.cc | 129 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 D | adapter_state.h | 87 uint8_t supported_commands[64] = {0}; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/ |
D | le_extended_config.json | 2 "supported_commands" : ["b3", "ff", "ef", "01", "ce", "fd", "81", "ff", "3f", "0f", array
|
D | le_legacy_config.json | 2 "supported_commands" : ["b3", "ff", "ef", "01", "ce", "fd", "81", "ff", "3f", "0f", array
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | controller_test.cc | 115 std::array<uint8_t, 64> supported_commands; in HandleCommand() local
|
D | hci_layer_test.cc | 405 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 D | fake_controller.h | 92 uint8_t supported_commands[64] = {0}; member
|
/aosp_15_r20/external/python/bumble/bumble/ |
D | host.py | 610 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/ |
D | hci_packets.h | 31207 …_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()
|