Home
last modified time | relevance | path

Searched refs:kLEReadRemoteFeatures (Results 1 – 8 of 8) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dsequential_command_runner_test.cc621 bt::testing::EmptyCommandPacket(hci_spec::kLEReadRemoteFeatures); in TEST_F()
623 hci_spec::kLEReadRemoteFeatures, in TEST_F()
660 hci_spec::kLEReadRemoteFeatures), in TEST_F()
772 bt::testing::EmptyCommandPacket(hci_spec::kLEReadRemoteFeatures); in TEST_F()
774 hci_spec::kLEReadRemoteFeatures, in TEST_F()
811 hci_spec::kLEReadRemoteFeatures), in TEST_F()
868 bt::testing::EmptyCommandPacket(hci_spec::kLEReadRemoteFeatures); in TEST_F()
870 hci_spec::kLEReadRemoteFeatures, in TEST_F()
906 hci_spec::kLEReadRemoteFeatures), in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dlow_energy_interrogator_test.cc46 testing::CommandStatusPacket(hci_spec::kLEReadRemoteFeatures,
248 hci_spec::kLEReadRemoteFeatures, in TEST_F()
277 hci_spec::kLEReadRemoteFeatures, in TEST_F()
Dlow_energy_interrogator.cc157 hci_spec::kLEReadRemoteFeatures); in QueueReadLERemoteFeatures()
Dlow_energy_connection_manager_test.cc1770 hci_spec::kLEReadRemoteFeatures, [&](fit::closure unpause) { in TEST_F()
2987 hci_spec::kLEReadRemoteFeatures, in TEST_F()
3144 hci_spec::kLEReadRemoteFeatures, in TEST_F()
3220 hci_spec::kLEReadRemoteFeatures, in TEST_F()
3237 test_device()->ClearDefaultCommandStatus(hci_spec::kLEReadRemoteFeatures); in TEST_F()
4056 hci_spec::kLEReadRemoteFeatures, [&](fit::closure unpause) { in TEST_F()
4107 hci_spec::kLEReadRemoteFeatures, [&](fit::closure unpause) { in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/host/transport/
Dcommand_channel_test.cc1887 constexpr hci_spec::OpCode kOpCode = hci_spec::kLEReadRemoteFeatures; in TEST_F()
1958 hci_spec::kLEReadRemoteFeatures; // LE Read Remote Features in TEST_F()
1991 constexpr hci_spec::OpCode kOpCode0 = hci_spec::kLEReadRemoteFeatures; in TEST_F()
2104 constexpr hci_spec::OpCode kOpCode = hci_spec::kLEReadRemoteFeatures; in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/public/pw_bluetooth_sapphire/internal/host/hci-spec/
Dprotocol.h803 inline constexpr OpCode kLEReadRemoteFeatures = variable
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dtest_packets.cc511 LowerBits(hci_spec::kLEReadRemoteFeatures), in LEReadRemoteFeaturesPacket()
512 UpperBits(hci_spec::kLEReadRemoteFeatures), in LEReadRemoteFeaturesPacket()
Dfake_controller.cc4306 case hci_spec::kLEReadRemoteFeatures: in HandleReceivedCommandPacket()
4586 case hci_spec::kLEReadRemoteFeatures: { in HandleReceivedCommandPacket()