Searched refs:ogf (Results 1 – 4 of 4) sorted by relevance
69 u16 opcode, len, ogf, ocf; in hci_drv_process_cmd() local80 ogf = hci_opcode_ogf(opcode); in hci_drv_process_cmd()87 if (ogf != HCI_DRV_OGF_DRIVER_SPECIFIC) { in hci_drv_process_cmd()
1882 u16 ogf = hci_opcode_ogf(opcode); in hci_sock_sendmsg() local1885 if (((ogf > HCI_SFLT_MAX_OGF) || in hci_sock_sendmsg()1887 &hci_sec_filter.ocf_mask[ogf])) && in hci_sock_sendmsg()1898 if (ogf == 0x3f) { in hci_sock_sendmsg()
102 Hcitool cmd <ogf> <ocf> [Parameters]
3390 #define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10))) argument