Home
last modified time | relevance | path

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

/system/bt/gd/security/
Dsecurity_manager_listener.h46 virtual void OnDeviceUnbonded(bluetooth::hci::AddressWithType device) = 0;
Dfacade.cc342 void OnDeviceUnbonded(hci::AddressWithType peer) override { in OnDeviceUnbonded() function in bluetooth::security::SecurityModuleFacadeService
/system/bt/main/shim/
Dbtif_dm.cc123 void OnDeviceUnbonded(bluetooth::hci::AddressWithType device) override { in OnDeviceUnbonded() function in bluetooth::shim::ShimBondListener
/system/bt/gd/hci/acl_manager/
Dclassic_impl.h495 void OnDeviceUnbonded(bluetooth::hci::AddressWithType device) override {} in OnDeviceUnbonded() function
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc205 …common::Bind(&ISecurityManagerListener::OnDeviceUnbonded, common::Unretained(iter.first), device)); in NotifyDeviceUnbonded()