Home
last modified time | relevance | path

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

/system/bt/gd/security/
Dsecurity_manager_listener.h39 virtual void OnDeviceBonded(bluetooth::hci::AddressWithType device) = 0;
Dfacade.cc331 void OnDeviceBonded(hci::AddressWithType peer) override { in OnDeviceBonded() function in bluetooth::security::SecurityModuleFacadeService
/system/bt/main/shim/
Dbtif_dm.cc119 void OnDeviceBonded(bluetooth::hci::AddressWithType device) override { in OnDeviceBonded() function in bluetooth::shim::ShimBondListener
/system/bt/gd/hci/acl_manager/
Dclassic_impl.h494 void OnDeviceBonded(bluetooth::hci::AddressWithType device) override {} in OnDeviceBonded() function
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc191 …iter.second->Post(common::Bind(&ISecurityManagerListener::OnDeviceBonded, common::Unretained(iter.… in NotifyDeviceBonded()