Home
last modified time | relevance | path

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

/system/bt/gd/security/
Dsecurity_manager_listener.h53 virtual void OnDeviceBondFailed(bluetooth::hci::AddressWithType device) = 0;
Dfacade.cc351 void OnDeviceBondFailed(hci::AddressWithType peer) override { in OnDeviceBondFailed() function in bluetooth::security::SecurityModuleFacadeService
/system/bt/main/shim/
Dbtif_dm.cc127 void OnDeviceBondFailed(bluetooth::hci::AddressWithType device) override { in OnDeviceBondFailed() function in bluetooth::shim::ShimBondListener
/system/bt/gd/hci/acl_manager/
Dclassic_impl.h496 void OnDeviceBondFailed(bluetooth::hci::AddressWithType device) override {} in OnDeviceBondFailed() function
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc197 …iter.second->Post(common::Bind(&ISecurityManagerListener::OnDeviceBondFailed, common::Unretained(i… in NotifyDeviceBondFailed()