Searched refs:kLEReadRemoteFeatures (Results 1 – 8 of 8) sorted by relevance
/external/pigweed/pw_bluetooth_sapphire/host/hci/ |
D | sequential_command_runner_test.cc | 621 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/ |
D | low_energy_interrogator_test.cc | 46 testing::CommandStatusPacket(hci_spec::kLEReadRemoteFeatures, 248 hci_spec::kLEReadRemoteFeatures, in TEST_F() 277 hci_spec::kLEReadRemoteFeatures, in TEST_F()
|
D | low_energy_interrogator.cc | 157 hci_spec::kLEReadRemoteFeatures); in QueueReadLERemoteFeatures()
|
D | low_energy_connection_manager_test.cc | 1770 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/ |
D | command_channel_test.cc | 1887 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/ |
D | protocol.h | 803 inline constexpr OpCode kLEReadRemoteFeatures = variable
|
/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
D | test_packets.cc | 511 LowerBits(hci_spec::kLEReadRemoteFeatures), in LEReadRemoteFeaturesPacket() 512 UpperBits(hci_spec::kLEReadRemoteFeatures), in LEReadRemoteFeaturesPacket()
|
D | fake_controller.cc | 4306 case hci_spec::kLEReadRemoteFeatures: in HandleReceivedCommandPacket() 4586 case hci_spec::kLEReadRemoteFeatures: { in HandleReceivedCommandPacket()
|