Searched refs:hci_opcode_pack (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | aosp.c | 55 skb = __hci_cmd_sync(hdev, hci_opcode_pack(0x3f, 0x153), 0, NULL, in aosp_do_open() 120 #define BQR_OPCODE hci_opcode_pack(0x3f, 0x015e)
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 2526 #define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10))) macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 2971 #define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10))) macro
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btusb.c | 3450 opcode = hci_opcode_pack(0x3F, 0x59); in marvell_config_oob_wake()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | btusb.c | 3315 opcode = hci_opcode_pack(0x3F, 0x59); in marvell_config_oob_wake()
|
Completed in 31 milliseconds