Home
last modified time | relevance | path

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

/system/bt/gd/neighbor/
Dname_db.cc55 void OnRemoteNameResponse(hci::ErrorCode status, hci::Address address, RemoteName name);
88 common::BindOnce(&NameDbModule::impl::OnRemoteNameResponse, common::Unretained(this)), in ReadRemoteNameRequest()
92 void neighbor::NameDbModule::impl::OnRemoteNameResponse(hci::ErrorCode status, hci::Address address… in OnRemoteNameResponse() function in bluetooth::neighbor::neighbor::NameDbModule::impl