Searched refs:ReportRemoteNameRequestCancellation (Results 1 – 4 of 4) sorted by relevance
96 void ReportRemoteNameRequestCancellation(Address address) { in ReportRemoteNameRequestCancellation() function261 void RemoteNameRequestModule::ReportRemoteNameRequestCancellation(Address address) { in ReportRemoteNameRequestCancellation() function in bluetooth::hci::RemoteNameRequestModule262 CallOn(pimpl_.get(), &impl::ReportRemoteNameRequestCancellation, address); in ReportRemoteNameRequestCancellation()
58 void ReportRemoteNameRequestCancellation(Address address);
321 remote_name_request_module_->ReportRemoteNameRequestCancellation(address1); in TEST_F()580 remote_name_request_module_->ReportRemoteNameRequestCancellation(address1); in TEST_F()
405 remote_name_request_module->ReportRemoteNameRequestCancellation(address); in on_connection_complete()