Lines Matching refs:CommandCompleteView
36 using bluetooth::hci::CommandCompleteView;
49 static void fail_if_reset_complete_not_success(CommandCompleteView complete) { in fail_if_reset_complete_not_success()
65 ContextualOnceCallback<void(CommandCompleteView)> on_complete_function) in CommandQueueEntry()
82 ContextualOnceCallback<void(CommandCompleteView)> on_complete;
95 ContextualOnceCallback<void(CommandCompleteView)>* GetCallback<CommandCompleteView>() { in GetCallback()
168 handle_command_response<CommandCompleteView>(event, "complete"); in on_command_complete()
209 CommandCompleteView command_complete_view = CommandCompleteView::Create( in handle_command_response()
211 command_queue_.front().GetCallback<CommandCompleteView>()->Invoke( in handle_command_response()
243 …(ControllerDebugInfoBuilder::Create(), module_.GetHandler()->BindOnce([](CommandCompleteView) {})); in on_hci_timeout() argument
348 auto view = CommandCompleteView::Create(event); in on_hci_event()
500 …unique_ptr<CommandBuilder> command, ContextualOnceCallback<void(CommandCompleteView)> on_complete)… in EnqueueCommand()
503 &impl::enqueue_command<CommandCompleteView>, in EnqueueCommand()