Home
last modified time | relevance | path

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

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