Home
last modified time | relevance | path

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

/system/bt/gd/neighbor/
Dname_db.cc44 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()
Dname.h30 using RemoteName = std::array<uint8_t, 248>; variable
31 …allback = common::OnceCallback<void(hci::ErrorCode status, hci::Address address, RemoteName name)>;
Dname_db.h38 RemoteName ReadCachedRemoteName(hci::Address address) const;
Dname.cc44 constexpr RemoteName kEmptyName{};