Searched refs:hci_opcode_pack (Results 1 – 3 of 3) sorted by relevance
| /linux/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)
|
| /linux/drivers/bluetooth/ |
| H A D | btusb.c | 2933 opcode = hci_opcode_pack(0x3F, 0x59); in marvell_config_oob_wake() 3885 hci_opcode_pack(HCI_DRV_OGF_DRIVER_SPECIFIC, 0x0000) 3893 hci_opcode_pack(HCI_DRV_OGF_DRIVER_SPECIFIC, 0x0001)
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 3058 #define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10))) macro
|