Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/
Dvendor_interface.cc74 size_t opcode_offset = HCI_EVENT_PREAMBLE_SIZE + 1; // Skip num packets. in internal_command_event_match() local
76 uint16_t opcode = packet[opcode_offset] | (packet[opcode_offset + 1] << 8); in internal_command_event_match()