Searched refs:waiting_command_ (Results 1 – 1 of 1) sorted by relevance
170 …ASSERT_LOG(waiting_command_ == op_code, "Waiting for 0x%02hx (%s), got 0x%02hx (%s)", waiting_comm… in handle_command_response()171 OpCodeText(waiting_command_).c_str(), op_code, OpCodeText(op_code).c_str()); in handle_command_response()177 waiting_command_ = OpCode::NONE; in handle_command_response()193 waiting_command_ = OpCode::NONE; in on_hci_timeout()214 if (waiting_command_ != OpCode::NONE) { in send_next_command()231 waiting_command_ = op_code; in send_next_command()343 OpCode waiting_command_{OpCode::NONE}; member