Searched refs:RemoteName (Results 1 – 4 of 4) sorted by relevance
44 RemoteName ReadCachedRemoteName(hci::Address address) const;53 std::unordered_map<hci::Address, RemoteName> address_to_name_map_;55 void OnRemoteNameResponse(hci::ErrorCode status, hci::Address address, RemoteName name);89 …bModule::impl::OnRemoteNameResponse(hci::ErrorCode status, hci::Address address, RemoteName name) { in OnRemoteNameResponse()104 RemoteName neighbor::NameDbModule::impl::ReadCachedRemoteName(hci::Address address) const { in ReadCachedRemoteName()132 RemoteName neighbor::NameDbModule::ReadCachedRemoteName(hci::Address address) const { in ReadCachedRemoteName()
30 using RemoteName = std::array<uint8_t, 248>; variable31 …allback = common::OnceCallback<void(hci::ErrorCode status, hci::Address address, RemoteName name)>;
38 RemoteName ReadCachedRemoteName(hci::Address address) const;
44 constexpr RemoteName kEmptyName{};