Home
last modified time | relevance | path

Searched refs:ReadCachedRemoteName (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/neighbor/
Dname_db.cc44 RemoteName ReadCachedRemoteName(hci::Address address) const;
108 RemoteName neighbor::NameDbModule::impl::ReadCachedRemoteName(hci::Address address) const { in ReadCachedRemoteName() function in bluetooth::neighbor::neighbor::NameDbModule::impl
136 RemoteName neighbor::NameDbModule::ReadCachedRemoteName(hci::Address address) const { in ReadCachedRemoteName() function in bluetooth::neighbor::neighbor::NameDbModule
137 return pimpl_->ReadCachedRemoteName(address); in ReadCachedRemoteName()
Dname_db.h38 RemoteName ReadCachedRemoteName(hci::Address address) const;
/system/bt/gd/security/test/
Dfake_name_db.h44 neighbor::RemoteName ReadCachedRemoteName(hci::Address address) const { in ReadCachedRemoteName() function
/system/bt/gd/security/pairing/
Dclassic_pairing_handler.cc138 auto remote_name = GetNameDbModule()->ReadCachedRemoteName(address); in OnNameRequestComplete()