Home | History | Annotate | Download | only in tools

Lines Matching defs:ocf

1034 	rq.ocf    = OCF_PERIODIC_INQUIRY;
1097 "\tcmd <ogf> <ocf> [parameters]\n"
1107 uint16_t ocf;
1124 ocf = strtol(argv[1], NULL, 16);
1125 if (errno == ERANGE || (ogf > 0x3f) || (ocf > 0x3ff)) {
1148 printf("< HCI Command: ogf 0x%02x, ocf 0x%04x, plen %d\n", ogf, ocf, len);
1151 if (hci_send_cmd(dd, ogf, ocf, len, buf) < 0) {
1745 rq.ocf = OCF_SET_CONN_PTYPE;