Home | History | Annotate | Download | only in tools

Lines Matching refs:ogf

1033 	rq.ogf    = OGF_LINK_CTL;
1097 "\tcmd <ogf> <ocf> [parameters]\n"
1108 uint8_t ogf;
1123 ogf = strtol(argv[0], 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) {
1744 rq.ogf = OGF_LINK_CTL;