Searched refs:waiting_opcode (Results 1 – 1 of 1) sorted by relevance
39 static uint16_t waiting_opcode; variable88 waiting_opcode = 0; in error_response()156 buf = hci_cmd_create(waiting_opcode = opcode, param_len); in send_hci_command()224 if (opcode == waiting_opcode) { in command_complete()225 LOG_DBG("Command complete for 0x%04x", waiting_opcode); in command_complete()230 waiting_opcode = 0; in command_complete()233 " expected 0x(%04x)", opcode, waiting_opcode); in command_complete()256 if (opcode == waiting_opcode) { in command_status()257 LOG_DBG("Command status for 0x%04x", waiting_opcode); in command_status()263 waiting_opcode = 0; in command_status()[all …]