Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DRootcanalUtils.java350 public void sendHciCmd(int ogf, int ocf, byte[] params) throws IOException { in sendHciCmd() argument
353 int opcode = (ogf << 10) | ocf; in sendHciCmd()