Home
last modified time | relevance | path

Searched refs:SendQueuedCommand (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dsequential_command_runner.cc158 if (!SendQueuedCommand(std::move(next), std::move(command_callback))) { in TryRunNextQueuedCommand()
165 bool SequentialCommandRunner::SendQueuedCommand( in SendQueuedCommand() function in bt::hci::SequentialCommandRunner
/external/pigweed/pw_bluetooth_sapphire/host/hci/public/pw_bluetooth_sapphire/internal/host/hci/
Dsequential_command_runner.h143 bool SendQueuedCommand(QueuedCommand command,
/external/pigweed/pw_bluetooth_sapphire/host/transport/public/pw_bluetooth_sapphire/internal/host/transport/
Dcommand_channel.h374 void SendQueuedCommand(QueuedCommand&& cmd);
/external/pigweed/pw_bluetooth_sapphire/host/transport/
Dcommand_channel.cc461 SendQueuedCommand(std::move(*it)); in TrySendQueuedCommands()
469 void CommandChannel::SendQueuedCommand(QueuedCommand&& cmd) { in SendQueuedCommand() function in bt::hci::CommandChannel