Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h2524 #define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10))) macro
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dbtusb.c3428 opcode = hci_opcode_pack(0x3F, 0x59); in marvell_config_oob_wake()