hci.h (971e3a4bbcbf7378315b85150853d86be59cffe0) | hci.h (f9b49306dc0b9f514ffb275ae853c50d7ccd6856) |
---|---|
1/* 2 BlueZ - Bluetooth protocol stack for Linux 3 Copyright (C) 2000-2001 Qualcomm Incorporated 4 5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com> 6 7 This program is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License version 2 as --- 640 unchanged lines hidden (view full) --- 649struct hci_rp_read_local_oob_data { 650 __u8 status; 651 __u8 hash[16]; 652 __u8 randomizer[16]; 653} __packed; 654 655#define HCI_OP_READ_INQ_RSP_TX_POWER 0x0c58 656 | 1/* 2 BlueZ - Bluetooth protocol stack for Linux 3 Copyright (C) 2000-2001 Qualcomm Incorporated 4 5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com> 6 7 This program is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License version 2 as --- 640 unchanged lines hidden (view full) --- 649struct hci_rp_read_local_oob_data { 650 __u8 status; 651 __u8 hash[16]; 652 __u8 randomizer[16]; 653} __packed; 654 655#define HCI_OP_READ_INQ_RSP_TX_POWER 0x0c58 656 |
657#define HCI_OP_WRITE_LE_HOST_SUPPORTED 0x0c6d 658struct hci_cp_write_le_host_supported { 659 __u8 le; 660 __u8 simul; 661} __packed; 662 |
|
657#define HCI_OP_READ_LOCAL_VERSION 0x1001 658struct hci_rp_read_local_version { 659 __u8 status; 660 __u8 hci_ver; 661 __le16 hci_rev; 662 __u8 lmp_ver; 663 __le16 manufacturer; 664 __le16 lmp_subver; --- 624 unchanged lines hidden --- | 663#define HCI_OP_READ_LOCAL_VERSION 0x1001 664struct hci_rp_read_local_version { 665 __u8 status; 666 __u8 hci_ver; 667 __le16 hci_rev; 668 __u8 lmp_ver; 669 __le16 manufacturer; 670 __le16 lmp_subver; --- 624 unchanged lines hidden --- |