Searched refs:ocf (Results 1 – 1 of 1) sorted by relevance
350 public void sendHciCmd(int ogf, int ocf, byte[] params) throws IOException { in sendHciCmd() argument353 int opcode = (ogf << 10) | ocf; in sendHciCmd()