Searched refs:ogf (Results 1 – 3 of 3) sorted by relevance
172 uint8_t ogf; in send_hciCmd() local178 ogf = strtol(command[0], 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