Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Daosp.c21 skb = __hci_cmd_sync(hdev, hci_opcode_pack(0x3f, 0x153), 0, NULL, in aosp_do_open()
/Linux-v5.15/drivers/bluetooth/
Dbtrtl.c602 opcode = hci_opcode_pack(0x3f, 0x66); in btrtl_initialize()
Dbtusb.c3038 opcode = hci_opcode_pack(0x3F, 0x59); in marvell_config_oob_wake()
/Linux-v5.15/include/net/bluetooth/
Dhci.h2535 #define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10))) macro