Home
last modified time | relevance | path

Searched refs:kAuthenticationCompleteEventCode (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Dcontrol_packets.cc69 case hci_spec::kAuthenticationCompleteEventCode: in StatusCode()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dprotocol.h487 constexpr EventCode kAuthenticationCompleteEventCode = 0x06; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dbredr_connection_manager.cc186 hci_spec::kAuthenticationCompleteEventCode, in BrEdrConnectionManager()
963 PW_DCHECK(event.event_code() == hci_spec::kAuthenticationCompleteEventCode); in OnAuthenticationComplete()
H A Dbredr_connection_manager_test.cc342 StaticByteBuffer(hci_spec::kAuthenticationCompleteEventCode,
350 hci_spec::kAuthenticationCompleteEventCode,
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_controller.cc2343 hci_spec::kAuthenticationCompleteEventCode); in OnLinkKeyRequestReplyCommandReceived()
2445 hci_spec::kAuthenticationCompleteEventCode); in OnUserConfirmationRequestReplyCommand()