ogf 2294 include/net/bluetooth/hci.h #define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10))) ogf 1761 net/bluetooth/hci_sock.c u16 ogf = hci_opcode_ogf(opcode); ogf 1764 net/bluetooth/hci_sock.c if (((ogf > HCI_SFLT_MAX_OGF) || ogf 1766 net/bluetooth/hci_sock.c &hci_sec_filter.ocf_mask[ogf])) && ogf 1777 net/bluetooth/hci_sock.c if (ogf == 0x3f) {