Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dremote_name_request.cc96 void ReportRemoteNameRequestCancellation(Address address) { in ReportRemoteNameRequestCancellation() function
261 void RemoteNameRequestModule::ReportRemoteNameRequestCancellation(Address address) { in ReportRemoteNameRequestCancellation() function in bluetooth::hci::RemoteNameRequestModule
262 CallOn(pimpl_.get(), &impl::ReportRemoteNameRequestCancellation, address); in ReportRemoteNameRequestCancellation()
Dremote_name_request.h58 void ReportRemoteNameRequestCancellation(Address address);
Dremote_name_request_test.cc321 remote_name_request_module_->ReportRemoteNameRequestCancellation(address1); in TEST_F()
580 remote_name_request_module_->ReportRemoteNameRequestCancellation(address1); in TEST_F()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h405 remote_name_request_module->ReportRemoteNameRequestCancellation(address); in on_connection_complete()