Searched refs:last_cmd_opcode (Results 1 – 2 of 2) sorted by relevance
1174 uint16_t last_cmd_opcode; member
2406 if (opcode == hci_stack->last_cmd_opcode){ in hci_initializing_event_handler_command_completed()2410 …rent opcode %04x, expected %04x, at substate %u", opcode, hci_stack->last_cmd_opcode, hci_stack->s… in hci_initializing_event_handler_command_completed()2417 if (opcode == hci_stack->last_cmd_opcode){ in hci_initializing_event_handler_command_completed()2425 … log_debug("Command status for opcode %04x, expected %04x", opcode, hci_stack->last_cmd_opcode); in hci_initializing_event_handler_command_completed()7718 hci_stack->last_cmd_opcode = little_endian_read_16(hci_stack->hci_packet_buffer, 0); in hci_send_prepared_cmd_packet()