Searched refs:kReadRemoteVersionInfo (Results 1 – 13 of 13) sorted by relevance
/external/pigweed/pw_bluetooth_sapphire/host/hci/ |
D | sequential_command_runner_test.cc | 629 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/ |
D | low_energy_interrogator.cc | 192 hci_spec::kReadRemoteVersionInfo); in QueueReadRemoteVersionInformation()
|
D | low_energy_interrogator_test.cc | 43 testing::CommandStatusPacket(hci_spec::kReadRemoteVersionInfo, 302 hci_spec::kReadRemoteVersionInfo, in TEST_F()
|
D | bredr_interrogator.cc | 243 hci_spec::kReadRemoteVersionInfo); in QueueReadRemoteVersionInformation()
|
D | bredr_connection_manager_test.cc | 238 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 …]
|
D | bredr_interrogator_test.cc | 38 testing::CommandStatusPacket(hci_spec::kReadRemoteVersionInfo,
|
D | low_energy_connection_manager_test.cc | 3365 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 …]
|
D | adapter_test.cc | 1293 bt::hci_spec::kReadRemoteVersionInfo, [&](fit::closure trigger) { in TEST_F()
|
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/ |
D | low_energy_peripheral_server_test.cc | 722 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()
|
D | low_energy_central_server_test.cc | 318 bt::hci_spec::kReadRemoteVersionInfo, in TEST_F()
|
/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/public/pw_bluetooth_sapphire/internal/host/hci-spec/ |
D | protocol.h | 207 inline constexpr OpCode kReadRemoteVersionInfo = LinkControlOpCode(0x001D); variable
|
/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
D | test_packets.cc | 1092 LowerBits(hci_spec::kReadRemoteVersionInfo), in ReadRemoteVersionInfoPacket() 1093 UpperBits(hci_spec::kReadRemoteVersionInfo), in ReadRemoteVersionInfoPacket()
|
D | fake_controller.cc | 4331 case hci_spec::kReadRemoteVersionInfo: in HandleReceivedCommandPacket() 4482 case hci_spec::kReadRemoteVersionInfo: { in HandleReceivedCommandPacket()
|