Searched refs:kReadRemoteSupportedFeatures (Results 1 – 7 of 7) sorted by relevance
/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
D | bredr_interrogator.cc | 142 hci_spec::kReadRemoteSupportedFeatures); in QueueReadRemoteFeatures()
|
D | bredr_interrogator_test.cc | 42 testing::CommandStatusPacket(hci_spec::kReadRemoteSupportedFeatures,
|
D | bredr_connection_manager_test.cc | 264 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/ |
D | command_channel_test.cc | 74 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/ |
D | protocol.h | 198 inline constexpr OpCode kReadRemoteSupportedFeatures = variable
|
/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
D | test_packets.cc | 1127 LowerBits(hci_spec::kReadRemoteSupportedFeatures), in ReadRemoteSupportedFeaturesPacket() 1128 UpperBits(hci_spec::kReadRemoteSupportedFeatures), in ReadRemoteSupportedFeaturesPacket()
|
D | fake_controller.cc | 4330 case hci_spec::kReadRemoteSupportedFeatures: in HandleReceivedCommandPacket() 4470 case hci_spec::kReadRemoteSupportedFeatures: { in HandleReceivedCommandPacket()
|