Home
last modified time | relevance | path

Searched refs:OnAuthenticationComplete (Results 1 – 10 of 10) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dpairing_state_manager.cc188 void PairingStateManager::OnAuthenticationComplete( in OnAuthenticationComplete() function in bt::gap::PairingStateManager
191 secure_simple_pairing_state_->OnAuthenticationComplete(status_code); in OnAuthenticationComplete()
193 legacy_pairing_state_->OnAuthenticationComplete(status_code); in OnAuthenticationComplete()
Dsecure_simple_pairing_state_test.cc560 pairing_state->OnAuthenticationComplete( in AdvanceToEncryptionAsInitiator()
1678 pairing_state->OnAuthenticationComplete( in AuthenticationComplete()
2062 pairing_state().OnAuthenticationComplete( in TEST_P()
2141 pairing_state().OnAuthenticationComplete( in TEST_P()
2197 pairing_state().OnAuthenticationComplete( in TEST_P()
2742 pairing_state.OnAuthenticationComplete(status_code); in TEST_F()
2781 pairing_state.OnAuthenticationComplete( in TEST_F()
2912 pairing_state.OnAuthenticationComplete( in TEST_F()
2966 pairing_state.OnAuthenticationComplete( in TEST_F()
3163 pairing_state.OnAuthenticationComplete( in TEST_F()
[all …]
Dlegacy_pairing_state_test.cc804 pairing_state.OnAuthenticationComplete( in TEST_F()
1231 pairing_state->OnAuthenticationComplete( in AuthenticationComplete()
1434 pairing_state().OnAuthenticationComplete( in TEST_P()
1473 pairing_state().OnAuthenticationComplete( in TEST_P()
Dlegacy_pairing_state.cc449 void LegacyPairingState::OnAuthenticationComplete( in OnAuthenticationComplete() function in bt::gap::LegacyPairingState
Dbredr_connection_manager.cc194 fit::bind_member<&BrEdrConnectionManager::OnAuthenticationComplete>( in BrEdrConnectionManager()
985 BrEdrConnectionManager::OnAuthenticationComplete( in OnAuthenticationComplete() function in bt::gap::BrEdrConnectionManager
1005 iter->second.pairing_state_manager().OnAuthenticationComplete(status); in OnAuthenticationComplete()
Dsecure_simple_pairing_state.cc630 void SecureSimplePairingState::OnAuthenticationComplete( in OnAuthenticationComplete() function in bt::gap::SecureSimplePairingState
/external/pigweed/pw_bluetooth_sapphire/host/gap/public/pw_bluetooth_sapphire/internal/host/gap/
Dpairing_state_manager.h169 void OnAuthenticationComplete(pw::bluetooth::emboss::StatusCode status_code);
Dlegacy_pairing_state.h138 void OnAuthenticationComplete(pw::bluetooth::emboss::StatusCode status_code);
Dsecure_simple_pairing_state.h282 void OnAuthenticationComplete(pw::bluetooth::emboss::StatusCode status_code);
Dbredr_connection_manager.h275 hci::CommandChannel::EventCallbackResult OnAuthenticationComplete(