Searched refs:hci_opcode_ocf (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/net/bluetooth/ | ||
D | hci.h | 2249 #define hci_opcode_ocf(op) (op & 0x03ff) macro |
/Linux-v4.19/net/bluetooth/ | ||
D | hci_sock.c | 1760 u16 ocf = hci_opcode_ocf(opcode); in hci_sock_sendmsg() |