Searched refs:opcode (Results 1 – 1 of 1) sorted by relevance
353 int opcode = (ogf << 10) | ocf; in sendHciCmd() local354 cmd.put((byte) 0x01).putShort((short) opcode).put((byte) params.length).put(params); in sendHciCmd()