Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/
Dsecurity_manager_listener.h38 virtual void OnDeviceBonded(bluetooth::hci::AddressWithType device) = 0;
Dfacade.cc603 void OnDeviceBonded(hci::AddressWithType peer) override { in OnDeviceBonded() function in bluetooth::security::SecurityModuleFacadeService
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc240 …iter.second->Post(common::Bind(&ISecurityManagerListener::OnDeviceBonded, common::Unretained(iter.… in NotifyDeviceBonded()