Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h2526 #define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10))) macro
/kernel/linux/linux-6.6/include/net/bluetooth/
Dhci.h2971 #define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10))) macro