Searched refs:SendQueuedCommand (Results 1 – 4 of 4) sorted by relevance
158 if (!SendQueuedCommand(std::move(next), std::move(command_callback))) { in TryRunNextQueuedCommand()165 bool SequentialCommandRunner::SendQueuedCommand( in SendQueuedCommand() function in bt::hci::SequentialCommandRunner
143 bool SendQueuedCommand(QueuedCommand command,
374 void SendQueuedCommand(QueuedCommand&& cmd);
461 SendQueuedCommand(std::move(*it)); in TrySendQueuedCommands()469 void CommandChannel::SendQueuedCommand(QueuedCommand&& cmd) { in SendQueuedCommand() function in bt::hci::CommandChannel