Searched refs:on_command_complete_ (Results 1 – 2 of 2) sorted by relevance
54 on_command_complete_ = std::move(on_complete); in EnqueueCommand()163 common::ContextualOnceCallback<void(hci::CommandCompleteView)> on_command_complete_; variable
123 InvokeIfValid<hci::CommandCompleteView>(std::move(on_command_complete_), data); in injectCommandComplete()