Searched refs:on_completion (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/ |
D | remote_name_request.cc | 57 CompletionCallback on_completion, in StartRemoteNameRequest() 71 std::move(request), std::move(on_completion), in StartRemoteNameRequest() 111 CompletionCallback on_completion, in actually_start_remote_name_request() 123 std::move(on_completion))); in actually_start_remote_name_request() 126 void on_start_remote_name_request_status(Address address, CompletionCallback on_completion, in on_start_remote_name_request_status() 142 on_completion(status.GetStatus()); in on_start_remote_name_request_status() 229 CompletionCallback on_completion, in StartRemoteNameRequest() argument 233 std::move(on_completion), std::move(on_remote_host_supported_features_notification), in StartRemoteNameRequest()
|
D | remote_name_request.h | 47 CompletionCallback on_completion,
|