Searched refs:supported_commands (Results 1 – 13 of 13) sorted by relevance
/external/python/bumble/tests/ |
D | host_test.py | 52 async def test_reset(supported_commands: str, lmp_features: str): 54 controller.supported_commands = bytes.fromhex(supported_commands)
|
/external/pigweed/pw_bluetooth_sapphire/host/gap/public/pw_bluetooth_sapphire/internal/host/gap/ |
D | adapter_state.h | 73 supported_commands, sizeof(supported_commands)); in SupportedCommands() 93 uint8_t supported_commands[64] = {0}; member
|
/external/autotest/client/cros/bluetooth/ |
D | hcitool.py | 193 supported_commands = self.read_local_supported_commands()[1] 195 return command_name in supported_commands
|
/external/pigweed/pw_bluetooth_sapphire/host/testing/public/pw_bluetooth_sapphire/internal/host/testing/ |
D | fake_controller.h | 65 supported_commands, sizeof(supported_commands)); in SupportedCommandsView() 93 uint8_t supported_commands[64] = {0}; member
|
/external/python/bumble/apps/ |
D | controller_info.py | 286 for command in host.supported_commands:
|
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/ |
D | low_energy_connection_server_test.cc | 311 settings.supported_commands, sizeof(settings.supported_commands)) in TEST_F()
|
/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
D | fake_controller.cc | 79 std::memset(supported_commands, 0, sizeof(supported_commands)); in ApplyDualModeDefaults() 99 std::memset(supported_commands, 0, sizeof(supported_commands)); in ApplyLEOnlyDefaults() 159 auto view = pwemb::MakeSupportedCommandsView(supported_commands, in ApplyLegacyLEConfig() 160 sizeof(supported_commands)); in ApplyLegacyLEConfig() 2175 std::memcpy(view.supported_commands().BackingStorage().begin(), in OnReadLocalSupportedCommands() 2176 settings_.supported_commands, in OnReadLocalSupportedCommands() 2177 sizeof(settings_.supported_commands)); in OnReadLocalSupportedCommands()
|
/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
D | adapter.cc | 1022 std::copy(view.supported_commands().BackingStorage().begin(), in InitializeStep1() 1023 view.supported_commands().BackingStorage().end(), in InitializeStep1() 1024 state_.supported_commands); in InitializeStep1()
|
/external/python/bumble/bumble/ |
D | host.py | 246 response.return_parameters.supported_commands, 'little' 610 def supported_commands(self) -> Set[int]: member in Host
|
D | controller.py | 163 self.supported_commands = bytes.fromhex( 1148 return bytes([HCI_SUCCESS]) + self.supported_commands
|
/external/pigweed/pw_bluetooth/public/pw_bluetooth/ |
D | hci_events.emb | 1027 $next [+supported_commands_size] SupportedCommands supported_commands
|
/external/python/bumble/rust/src/internal/hci/ |
D | packets.pdl | 2651 supported_commands : 8[64],
|
/external/pigweed/docs/ |
D | changelog.rst | 3746 field (``supported_commands_bytes``) and a sub-struct (``supported_commands``)
|