Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dremote_name_request.cc57 CompletionCallback on_completion, in StartRemoteNameRequest()
75 std::move(on_completion), in StartRemoteNameRequest()
115 CompletionCallback on_completion, in actually_start_remote_name_request()
127 this, &impl::on_start_remote_name_request_status, address, std::move(on_completion))); in actually_start_remote_name_request()
131 Address address, CompletionCallback on_completion, CommandStatusView status) { in on_start_remote_name_request_status()
149 on_completion(status.GetStatus()); in on_start_remote_name_request_status()
244 CompletionCallback on_completion, in StartRemoteNameRequest() argument
252 std::move(on_completion), in StartRemoteNameRequest()
Dremote_name_request.h48 CompletionCallback on_completion,