Home
last modified time | relevance | path

Searched refs:supported_commands (Results 1 – 13 of 13) sorted by relevance

/external/python/bumble/tests/
Dhost_test.py52 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/
Dadapter_state.h73 supported_commands, sizeof(supported_commands)); in SupportedCommands()
93 uint8_t supported_commands[64] = {0}; member
/external/autotest/client/cros/bluetooth/
Dhcitool.py193 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/
Dfake_controller.h65 supported_commands, sizeof(supported_commands)); in SupportedCommandsView()
93 uint8_t supported_commands[64] = {0}; member
/external/python/bumble/apps/
Dcontroller_info.py286 for command in host.supported_commands:
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dlow_energy_connection_server_test.cc311 settings.supported_commands, sizeof(settings.supported_commands)) in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dfake_controller.cc79 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/
Dadapter.cc1022 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/
Dhost.py246 response.return_parameters.supported_commands, 'little'
610 def supported_commands(self) -> Set[int]: member in Host
Dcontroller.py163 self.supported_commands = bytes.fromhex(
1148 return bytes([HCI_SUCCESS]) + self.supported_commands
/external/pigweed/pw_bluetooth/public/pw_bluetooth/
Dhci_events.emb1027 $next [+supported_commands_size] SupportedCommands supported_commands
/external/python/bumble/rust/src/internal/hci/
Dpackets.pdl2651 supported_commands : 8[64],
/external/pigweed/docs/
Dchangelog.rst3746 field (``supported_commands_bytes``) and a sub-struct (``supported_commands``)