Searched refs:RemoteName (Results 1 – 5 of 5) sorted by relevance
/system/bt/gd/neighbor/ |
D | name_db.cc | 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); 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()
|
D | name.h | 30 using RemoteName = std::array<uint8_t, 248>; variable 31 …allback = common::OnceCallback<void(hci::ErrorCode status, hci::Address address, RemoteName name)>;
|
D | name_db.h | 38 RemoteName ReadCachedRemoteName(hci::Address address) const;
|
D | name.cc | 44 constexpr RemoteName kEmptyName{};
|
/system/bt/gd/security/test/ |
D | fake_name_db.h | 44 neighbor::RemoteName ReadCachedRemoteName(hci::Address address) const { in ReadCachedRemoteName() 45 neighbor::RemoteName name = {'t', 'e', 's', 't'}; in ReadCachedRemoteName()
|