Home | History | Annotate | Download | only in tools

Lines Matching refs:ocf

1008 	rq.ocf    = OCF_PERIODIC_INQUIRY;
1070 "\tcmd <ogf> <ocf> [parameters]\n"
1080 uint16_t ocf;
1103 ocf = strtol(argv[1], NULL, 16);
1104 if (errno == ERANGE || (ogf > 0x3f) || (ocf > 0x3ff)) {
1127 printf("< HCI Command: ogf 0x%02x, ocf 0x%04x, plen %d\n", ogf, ocf, len);
1130 if (hci_send_cmd(dd, ogf, ocf, len, buf) < 0) {
1771 rq.ocf = OCF_SET_CONN_PTYPE;