Home
last modified time | relevance | path

Searched defs:ocf (Results 1 – 2 of 2) sorted by relevance

/linux/net/bluetooth/
H A Dhci_sock.c1873 u16 ocf = hci_opcode_ocf(opcode); hci_sock_sendmsg() local
/linux/include/net/bluetooth/
H A Dhci.h2964 #define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10))) argument