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