Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/
Dsecurity_manager_listener.h59 virtual void OnEncryptionStateChanged(hci::EncryptionChangeView encryption_change_view) = 0;
Dfacade.cc611 void OnEncryptionStateChanged(hci::EncryptionChangeView /* encryption_change_view */) override {} in OnEncryptionStateChanged() function in bluetooth::security::SecurityModuleFacadeService
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc261 …iter.second->Post(common::Bind(&ISecurityManagerListener::OnEncryptionStateChanged, common::Unreta… in NotifyEncryptionStateChanged()