Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dsecurity_manager.cc120 void OnPhase2EncryptionKey(const UInt128& new_key);
497 fit::bind_member<&SecurityManagerImpl::OnPhase2EncryptionKey>(this)); in OnFeatureExchange()
509 fit::bind_member<&SecurityManagerImpl::OnPhase2EncryptionKey>(this)); in OnFeatureExchange()
514 void SecurityManagerImpl::OnPhase2EncryptionKey(const UInt128& new_key) { in OnPhase2EncryptionKey() function in bt::sm::SecurityManagerImpl