hci.h (7b5a9241b780ea2f77e71647bc0d3c9708c18ef1) hci.h (134c2a89af22f500b1d7525d663fddda345ff01e)
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

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

119 HCI_DUT_MODE,
120 HCI_FORCE_SC,
121 HCI_UNREGISTER,
122 HCI_USER_CHANNEL,
123
124 HCI_LE_SCAN,
125 HCI_SSP_ENABLED,
126 HCI_SC_ENABLED,
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

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

119 HCI_DUT_MODE,
120 HCI_FORCE_SC,
121 HCI_UNREGISTER,
122 HCI_USER_CHANNEL,
123
124 HCI_LE_SCAN,
125 HCI_SSP_ENABLED,
126 HCI_SC_ENABLED,
127 HCI_SC_ONLY,
127 HCI_HS_ENABLED,
128 HCI_LE_ENABLED,
129 HCI_ADVERTISING,
130 HCI_CONNECTABLE,
131 HCI_DISCOVERABLE,
132 HCI_LIMITED_DISCOVERABLE,
133 HCI_LINK_SECURITY,
134 HCI_PERIODIC_INQ,

--- 1707 unchanged lines hidden ---
128 HCI_HS_ENABLED,
129 HCI_LE_ENABLED,
130 HCI_ADVERTISING,
131 HCI_CONNECTABLE,
132 HCI_DISCOVERABLE,
133 HCI_LIMITED_DISCOVERABLE,
134 HCI_LINK_SECURITY,
135 HCI_PERIODIC_INQ,

--- 1707 unchanged lines hidden ---