hci.h (f709bfcf6a292560ce187c33fd099ee495c0a404) hci.h (72000df2c01d6927319ad7e3f43460f6d0227de5)
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

--- 172 unchanged lines hidden (view full) ---

181
182/* HCI socket flags */
183enum {
184 HCI_SOCK_TRUSTED,
185 HCI_MGMT_INDEX_EVENTS,
186 HCI_MGMT_UNCONF_INDEX_EVENTS,
187 HCI_MGMT_EXT_INDEX_EVENTS,
188 HCI_MGMT_GENERIC_EVENTS,
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

--- 172 unchanged lines hidden (view full) ---

181
182/* HCI socket flags */
183enum {
184 HCI_SOCK_TRUSTED,
185 HCI_MGMT_INDEX_EVENTS,
186 HCI_MGMT_UNCONF_INDEX_EVENTS,
187 HCI_MGMT_EXT_INDEX_EVENTS,
188 HCI_MGMT_GENERIC_EVENTS,
189 HCI_MGMT_OOB_DATA_EVENTS,
189};
190
191/*
192 * BR/EDR and/or LE controller flags: the flags defined here should represent
193 * states from the controller.
194 */
195enum {
196 HCI_SETUP,

--- 1769 unchanged lines hidden ---
190};
191
192/*
193 * BR/EDR and/or LE controller flags: the flags defined here should represent
194 * states from the controller.
195 */
196enum {
197 HCI_SETUP,

--- 1769 unchanged lines hidden ---