Home
last modified time | relevance | path

Searched refs:kRemoteNameRequestCompleteEventCode (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dsequential_command_runner_test.cc655 hci_spec::kRemoteNameRequestCompleteEventCode); in TEST_F()
730 hci_spec::kRemoteNameRequestCompleteEventCode); in TEST_F()
806 hci_spec::kRemoteNameRequestCompleteEventCode); in TEST_F()
928 hci_spec::kRemoteNameRequestCompleteEventCode); in TEST_F()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Dcontrol_packets.cc106 case hci_spec::kRemoteNameRequestCompleteEventCode: { in StatusCode()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dbredr_discovery_manager.cc494 hci_spec::kRemoteNameRequestCompleteEventCode); in RequestPeerName()
516 hci_spec::kRemoteNameRequestCompleteEventCode, in RequestPeerName()
H A Dbredr_interrogator.cc135 hci_spec::kRemoteNameRequestCompleteEventCode, in QueueRemoteNameRequest()
H A Dbredr_interrogator_test.cc152 hci_spec::kRemoteNameRequestCompleteEventCode, in TEST_F()
H A Dbredr_connection_manager_test.cc1581 StaticByteBuffer(hci_spec::kRemoteNameRequestCompleteEventCode,
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dprotocol.h491 constexpr EventCode kRemoteNameRequestCompleteEventCode = 0x07; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc1107 hci_spec::kRemoteNameRequestCompleteEventCode, in RemoteNameRequestCompletePacket()
H A Dfake_controller.cc2234 SendEvent(hci_spec::kRemoteNameRequestCompleteEventCode, in OnReadRemoteNameRequestCommandReceived()