Searched refs:opcode_offset (Results 1 – 1 of 1) sorted by relevance
74 size_t opcode_offset = HCI_EVENT_PREAMBLE_SIZE + 1; // Skip num packets. in internal_command_event_match() local76 uint16_t opcode = packet[opcode_offset] | (packet[opcode_offset + 1] << 8); in internal_command_event_match()