hci.h (0af784dcbc44e3cf21a1bda3ce14df5fcc2bfe93) | hci.h (5d4e7e8db0544ec53025383bac49a3328affdad3) |
---|---|
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 --- 821 unchanged lines hidden (view full) --- 830} __packed; 831 832#define HCI_OP_WRITE_LE_HOST_SUPPORTED 0x0c6d 833struct hci_cp_write_le_host_supported { 834 __u8 le; 835 __u8 simul; 836} __packed; 837 | 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 --- 821 unchanged lines hidden (view full) --- 830} __packed; 831 832#define HCI_OP_WRITE_LE_HOST_SUPPORTED 0x0c6d 833struct hci_cp_write_le_host_supported { 834 __u8 le; 835 __u8 simul; 836} __packed; 837 |
838#define HCI_OP_READ_SYNC_TRAIN_PARAMS 0x0c77 839 |
|
838#define HCI_OP_READ_LOCAL_VERSION 0x1001 839struct hci_rp_read_local_version { 840 __u8 status; 841 __u8 hci_ver; 842 __le16 hci_rev; 843 __u8 lmp_ver; 844 __le16 manufacturer; 845 __le16 lmp_subver; --- 831 unchanged lines hidden --- | 840#define HCI_OP_READ_LOCAL_VERSION 0x1001 841struct hci_rp_read_local_version { 842 __u8 status; 843 __u8 hci_ver; 844 __le16 hci_rev; 845 __u8 lmp_ver; 846 __le16 manufacturer; 847 __le16 lmp_subver; --- 831 unchanged lines hidden --- |