Searched refs:IsNameCached (Results 1 – 2 of 2) sorted by relevance
43 bool IsNameCached(hci::Address address) const;100 bool neighbor::NameDbModule::impl::IsNameCached(hci::Address address) const { in IsNameCached() function in bluetooth::neighbor::neighbor::NameDbModule::impl105 ASSERT(IsNameCached(address)); in ReadCachedRemoteName()128 bool neighbor::NameDbModule::IsNameCached(hci::Address address) const { in IsNameCached() function in bluetooth::neighbor::neighbor::NameDbModule129 return pimpl_->IsNameCached(address); in IsNameCached()
37 bool IsNameCached(hci::Address address) const;