Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer.cc199 …if (waiting_command_ == OpCode::CONTROLLER_DEBUG_INFO && op_code != OpCode::CONTROLLER_DEBUG_INFO)… in handle_command_response()
205 waiting_command_ == op_code, in handle_command_response()
207 OpCodeText(waiting_command_), in handle_command_response()
261 waiting_command_ = OpCode::NONE; in handle_command_response()
278 waiting_command_ = OpCode::NONE; in on_hci_timeout()
299 if (waiting_command_ != OpCode::NONE) { in send_next_command()
317 waiting_command_ = op_code; in send_next_command()
514 OpCode waiting_command_{OpCode::NONE}; member