Home
last modified time | relevance | path

Searched refs:kReadRemoteExtendedFeatures (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc939 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 Dfake_controller.cc2289 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 Dbredr_interrogator.cc181 hci_spec::kReadRemoteExtendedFeatures); in QueueReadRemoteExtendedFeatures()
H A Dbredr_interrogator_test.cc46 testing::CommandStatusPacket(hci_spec::kReadRemoteExtendedFeatures,
H A Dbredr_connection_manager_test.cc279 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 Dprotocol.h216 constexpr OpCode kReadRemoteExtendedFeatures = LinkControlOpCode(0x001C); variable