Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/
Dsecurity_manager_listener.h45 virtual void OnDeviceUnbonded(bluetooth::hci::AddressWithType device) = 0;
Dfacade.cc613 void OnDeviceUnbonded(hci::AddressWithType peer) override { in OnDeviceUnbonded() function in bluetooth::security::SecurityModuleFacadeService
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc254 …common::Bind(&ISecurityManagerListener::OnDeviceUnbonded, common::Unretained(iter.first), device)); in NotifyDeviceUnbonded()