Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dsequential_command_runner_test.cc629 bt::testing::EmptyCommandPacket(hci_spec::kReadRemoteVersionInfo); in TEST_F()
631 hci_spec::kReadRemoteVersionInfo, in TEST_F()
667 hci_spec::kReadRemoteVersionInfo), in TEST_F()
704 bt::testing::EmptyCommandPacket(hci_spec::kReadRemoteVersionInfo); in TEST_F()
706 hci_spec::kReadRemoteVersionInfo, in TEST_F()
736 hci_spec::kReadRemoteVersionInfo), in TEST_F()
876 bt::testing::EmptyCommandPacket(hci_spec::kReadRemoteVersionInfo); in TEST_F()
878 hci_spec::kReadRemoteVersionInfo, in TEST_F()
915 hci_spec::kReadRemoteVersionInfo), in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dlow_energy_interrogator.cc192 hci_spec::kReadRemoteVersionInfo); in QueueReadRemoteVersionInformation()
Dlow_energy_interrogator_test.cc43 testing::CommandStatusPacket(hci_spec::kReadRemoteVersionInfo,
302 hci_spec::kReadRemoteVersionInfo, in TEST_F()
Dbredr_interrogator.cc243 hci_spec::kReadRemoteVersionInfo); in QueueReadRemoteVersionInformation()
Dbredr_connection_manager_test.cc238 const StaticByteBuffer kReadRemoteVersionInfo(
239 LowerBits(hci_spec::kReadRemoteVersionInfo),
240 UpperBits(hci_spec::kReadRemoteVersionInfo),
247 COMMAND_STATUS_RSP(hci_spec::kReadRemoteVersionInfo,
1232 kReadRemoteVersionInfo, in TEST_F()
1322 kReadRemoteVersionInfo, in TEST_F()
1389 kReadRemoteVersionInfo, in TEST_F()
1557 kReadRemoteVersionInfo, in TEST_F()
1680 kReadRemoteVersionInfo, in TEST_F()
3171 kReadRemoteVersionInfo, in TEST_F()
[all …]
Dbredr_interrogator_test.cc38 testing::CommandStatusPacket(hci_spec::kReadRemoteVersionInfo,
Dlow_energy_connection_manager_test.cc3365 hci_spec::kReadRemoteVersionInfo, in TEST_F()
3417 hci_spec::kReadRemoteVersionInfo, in TEST_F()
3483 hci_spec::kReadRemoteVersionInfo, in TEST_F()
3540 hci_spec::kReadRemoteVersionInfo, in TEST_F()
3554 test_device()->ClearDefaultCommandStatus(hci_spec::kReadRemoteVersionInfo); in TEST_F()
3588 hci_spec::kReadRemoteVersionInfo, in TEST_F()
3602 test_device()->ClearDefaultCommandStatus(hci_spec::kReadRemoteVersionInfo); in TEST_F()
3645 hci_spec::kReadRemoteVersionInfo, in TEST_F()
3659 test_device()->ClearDefaultCommandStatus(hci_spec::kReadRemoteVersionInfo); in TEST_F()
3762 hci_spec::kReadRemoteVersionInfo, statuses_that_disable_autoconnect[i]); in TEST_F()
[all …]
Dadapter_test.cc1293 bt::hci_spec::kReadRemoteVersionInfo, [&](fit::closure trigger) { in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dlow_energy_peripheral_server_test.cc722 bt::hci_spec::kReadRemoteVersionInfo, [&](fit::closure trigger) { in TEST_F()
800 bt::hci_spec::kReadRemoteVersionInfo, [&](fit::closure trigger) { in TEST_F()
1438 bt::hci_spec::kReadRemoteVersionInfo, in TEST_F()
1450 bt::hci_spec::kReadRemoteVersionInfo); in TEST_F()
Dlow_energy_central_server_test.cc318 bt::hci_spec::kReadRemoteVersionInfo, in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/public/pw_bluetooth_sapphire/internal/host/hci-spec/
Dprotocol.h207 inline constexpr OpCode kReadRemoteVersionInfo = LinkControlOpCode(0x001D); variable
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dtest_packets.cc1092 LowerBits(hci_spec::kReadRemoteVersionInfo), in ReadRemoteVersionInfoPacket()
1093 UpperBits(hci_spec::kReadRemoteVersionInfo), in ReadRemoteVersionInfoPacket()
Dfake_controller.cc4331 case hci_spec::kReadRemoteVersionInfo: in HandleReceivedCommandPacket()
4482 case hci_spec::kReadRemoteVersionInfo: { in HandleReceivedCommandPacket()