Home
last modified time | relevance | path

Searched refs:kReadRemoteSupportedFeatures (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dbredr_interrogator.cc142 hci_spec::kReadRemoteSupportedFeatures); in QueueReadRemoteFeatures()
Dbredr_interrogator_test.cc42 testing::CommandStatusPacket(hci_spec::kReadRemoteSupportedFeatures,
Dbredr_connection_manager_test.cc264 COMMAND_STATUS_RSP(hci_spec::kReadRemoteSupportedFeatures,
1236 hci_spec::kReadRemoteSupportedFeatures, in TEST_F()
1326 hci_spec::kReadRemoteSupportedFeatures, in TEST_F()
1393 hci_spec::kReadRemoteSupportedFeatures, in TEST_F()
1561 hci_spec::kReadRemoteSupportedFeatures, in TEST_F()
1684 hci_spec::kReadRemoteSupportedFeatures, in TEST_F()
3175 hci_spec::kReadRemoteSupportedFeatures, in TEST_F()
3571 hci_spec::kReadRemoteSupportedFeatures, in TEST_F()
5368 hci_spec::kReadRemoteSupportedFeatures, in TEST_F()
5489 hci_spec::kReadRemoteSupportedFeatures, in TEST_F()
/external/pigweed/pw_bluetooth_sapphire/host/transport/
Dcommand_channel_test.cc74 hci_spec::kReadRemoteSupportedFeatures); in MakeReadRemoteSupportedFeatures()
892 LowerBits(hci_spec::kReadRemoteSupportedFeatures),
893 UpperBits(hci_spec::kReadRemoteSupportedFeatures),
905 LowerBits(hci_spec::kReadRemoteSupportedFeatures),
906 UpperBits(hci_spec::kReadRemoteSupportedFeatures) // opcode
/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/public/pw_bluetooth_sapphire/internal/host/hci-spec/
Dprotocol.h198 inline constexpr OpCode kReadRemoteSupportedFeatures = variable
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dtest_packets.cc1127 LowerBits(hci_spec::kReadRemoteSupportedFeatures), in ReadRemoteSupportedFeaturesPacket()
1128 UpperBits(hci_spec::kReadRemoteSupportedFeatures), in ReadRemoteSupportedFeaturesPacket()
Dfake_controller.cc4330 case hci_spec::kReadRemoteSupportedFeatures: in HandleReceivedCommandPacket()
4470 case hci_spec::kReadRemoteSupportedFeatures: { in HandleReceivedCommandPacket()