Searched refs:ocf (Results 1 – 3 of 3) sorted by relevance
171 uint16_t ocf; in send_hciCmd() local179 ocf = strtol(command[1], NULL, 16); in send_hciCmd()200 if (hci_send_cmd(dd, ogf, ocf, len, buf) < 0) { in send_hciCmd()
39 #define HCI_CMD_OPCODE(ogf, ocf) ((((ogf) & 0x3F) << 10) | ((ocf) & 0x03FF)) argument