Home
last modified time | relevance | path

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

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