ocf 2294 include/net/bluetooth/hci.h #define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10))) ocf 1762 net/bluetooth/hci_sock.c u16 ocf = hci_opcode_ocf(opcode); ocf 1765 net/bluetooth/hci_sock.c !hci_test_bit(ocf & HCI_FLT_OCF_BITS,