Searched refs:kReadRemoteExtendedFeatures (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/ |
H A D | test_packets.cc | 939 LowerBits(hci_spec::kReadRemoteExtendedFeatures), in ReadRemoteExtended1Packet() 940 UpperBits(hci_spec::kReadRemoteExtendedFeatures), in ReadRemoteExtended1Packet() 973 LowerBits(hci_spec::kReadRemoteExtendedFeatures), in ReadRemoteExtended2Packet() 974 UpperBits(hci_spec::kReadRemoteExtendedFeatures), in ReadRemoteExtended2Packet()
|
H A D | fake_controller.cc | 2289 hci_spec::kReadRemoteExtendedFeatures, in OnReadRemoteExtendedFeaturesCommandReceived() 2295 RespondWithCommandStatus(hci_spec::kReadRemoteExtendedFeatures, in OnReadRemoteExtendedFeaturesCommandReceived() 4312 case hci_spec::kReadRemoteExtendedFeatures: in HandleReceivedCommandPacket() 4457 case hci_spec::kReadRemoteExtendedFeatures: { in HandleReceivedCommandPacket()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
H A D | bredr_interrogator.cc | 181 hci_spec::kReadRemoteExtendedFeatures); in QueueReadRemoteExtendedFeatures()
|
H A D | bredr_interrogator_test.cc | 46 testing::CommandStatusPacket(hci_spec::kReadRemoteExtendedFeatures,
|
H A D | bredr_connection_manager_test.cc | 279 StaticByteBuffer(LowerBits(hci_spec::kReadRemoteExtendedFeatures), 280 UpperBits(hci_spec::kReadRemoteExtendedFeatures), 288 COMMAND_STATUS_RSP(hci_spec::kReadRemoteExtendedFeatures, 298 StaticByteBuffer(LowerBits(hci_spec::kReadRemoteExtendedFeatures), 299 UpperBits(hci_spec::kReadRemoteExtendedFeatures),
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/ |
H A D | protocol.h | 216 constexpr OpCode kReadRemoteExtendedFeatures = LinkControlOpCode(0x001C); variable
|