Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dpairing_state_manager.cc197 void PairingStateManager::OnEncryptionChange(hci::Result<bool> result) { in OnEncryptionChange() function in bt::gap::PairingStateManager
199 secure_simple_pairing_state_->OnEncryptionChange(result); in OnEncryptionChange()
201 legacy_pairing_state_->OnEncryptionChange(result); in OnEncryptionChange()
Dlegacy_pairing_state.cc104 fit::bind_member<&LegacyPairingState::OnEncryptionChange>(this)); in BuildEstablishedLink()
498 void LegacyPairingState::OnEncryptionChange(hci::Result<bool> result) { in OnEncryptionChange() function in bt::gap::LegacyPairingState
Dsecure_simple_pairing_state.cc67 fit::bind_member<&SecureSimplePairingState::OnEncryptionChange>(this)); in SecureSimplePairingState()
673 void SecureSimplePairingState::OnEncryptionChange(hci::Result<bool> result) { in OnEncryptionChange() function in bt::gap::SecureSimplePairingState
Dlegacy_pairing_state_test.cc1439 pairing_state().OnEncryptionChange(fit::ok(true)); in TEST_P()
Dsecure_simple_pairing_state_test.cc2146 pairing_state().OnEncryptionChange(fit::ok(true)); in TEST_P()
/external/pigweed/pw_bluetooth_sapphire/host/gap/public/pw_bluetooth_sapphire/internal/host/gap/
Dpairing_state_manager.h172 void OnEncryptionChange(hci::Result<bool> result);
Dlegacy_pairing_state.h141 void OnEncryptionChange(hci::Result<bool> result);
Dsecure_simple_pairing_state.h285 void OnEncryptionChange(hci::Result<bool> result);
/external/pigweed/pw_bluetooth_sapphire/host/sm/
Dsecurity_manager.cc144 void OnEncryptionChange(hci::Result<bool> enabled_result);
363 fit::bind_member<&SecurityManagerImpl::OnEncryptionChange>(this)); in SecurityManagerImpl()
792 void SecurityManagerImpl::OnEncryptionChange(hci::Result<bool> enabled_result) { in OnEncryptionChange() function in bt::sm::SecurityManagerImpl