Home
last modified time | relevance | path

Searched refs:RemoteName (Results 1 – 5 of 5) 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);
92 …bModule::impl::OnRemoteNameResponse(hci::ErrorCode status, hci::Address address, RemoteName name) { in OnRemoteNameResponse()
108 RemoteName neighbor::NameDbModule::impl::ReadCachedRemoteName(hci::Address address) const { in ReadCachedRemoteName()
136 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{};
/system/bt/gd/security/test/
Dfake_name_db.h44 neighbor::RemoteName ReadCachedRemoteName(hci::Address address) const { in ReadCachedRemoteName()
45 neighbor::RemoteName name = {'t', 'e', 's', 't'}; in ReadCachedRemoteName()