hci.h (7888b61c15d3661cd56d97fa1a078e48824d5d72) hci.h (18722c247023035b9e2e2a08a887adec2a9a6e49)
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

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

126 HCI_ADVERTISING,
127 HCI_CONNECTABLE,
128 HCI_DISCOVERABLE,
129 HCI_LIMITED_DISCOVERABLE,
130 HCI_LINK_SECURITY,
131 HCI_PERIODIC_INQ,
132 HCI_FAST_CONNECTABLE,
133 HCI_BREDR_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

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

126 HCI_ADVERTISING,
127 HCI_CONNECTABLE,
128 HCI_DISCOVERABLE,
129 HCI_LIMITED_DISCOVERABLE,
130 HCI_LINK_SECURITY,
131 HCI_PERIODIC_INQ,
132 HCI_FAST_CONNECTABLE,
133 HCI_BREDR_ENABLED,
134 HCI_6LOWPAN_ENABLED,
134};
135
136/* A mask for the flags that are supposed to remain when a reset happens
137 * or the HCI device is closed.
138 */
139#define HCI_PERSISTENT_MASK (BIT(HCI_LE_SCAN) | BIT(HCI_PERIODIC_INQ) | \
140 BIT(HCI_FAST_CONNECTABLE))
141

--- 1660 unchanged lines hidden ---
135};
136
137/* A mask for the flags that are supposed to remain when a reset happens
138 * or the HCI device is closed.
139 */
140#define HCI_PERSISTENT_MASK (BIT(HCI_LE_SCAN) | BIT(HCI_PERIODIC_INQ) | \
141 BIT(HCI_FAST_CONNECTABLE))
142

--- 1660 unchanged lines hidden ---