Home
last modified time | relevance | path

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

/system/bt/gd/security/
Dsecurity_manager_listener.h47 virtual void OnDeviceUnbonded(bluetooth::hci::AddressWithType device) = 0;
Dfacade.cc502 void OnDeviceUnbonded(hci::AddressWithType peer) override { in OnDeviceUnbonded() function in bluetooth::security::SecurityModuleFacadeService
/system/bt/gd/hci/acl_manager/
Dclassic_impl.h639 void OnDeviceUnbonded(bluetooth::hci::AddressWithType device) override {} in OnDeviceUnbonded() function
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc238 …common::Bind(&ISecurityManagerListener::OnDeviceUnbonded, common::Unretained(iter.first), device)); in NotifyDeviceUnbonded()
/system/bt/main/shim/
Dbtm_api.cc482 void OnDeviceUnbonded(bluetooth::hci::AddressWithType device) override { in OnDeviceUnbonded() function in ShimBondListener