Searched refs:ReadCachedRemoteName (Results 1 – 4 of 4) sorted by relevance
44 RemoteName ReadCachedRemoteName(hci::Address address) const;108 RemoteName neighbor::NameDbModule::impl::ReadCachedRemoteName(hci::Address address) const { in ReadCachedRemoteName() function in bluetooth::neighbor::neighbor::NameDbModule::impl136 RemoteName neighbor::NameDbModule::ReadCachedRemoteName(hci::Address address) const { in ReadCachedRemoteName() function in bluetooth::neighbor::neighbor::NameDbModule137 return pimpl_->ReadCachedRemoteName(address); in ReadCachedRemoteName()
38 RemoteName ReadCachedRemoteName(hci::Address address) const;
44 neighbor::RemoteName ReadCachedRemoteName(hci::Address address) const { in ReadCachedRemoteName() function
138 auto remote_name = GetNameDbModule()->ReadCachedRemoteName(address); in OnNameRequestComplete()