hci.h (b2cc23398e8166b38f8715026273503b081c2a7a) hci.h (cbbdfa6f331980c6786b4ca5df53c37b90df3246)
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

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

313 HCI_LE_SCAN_INTERRUPTED,
314 HCI_WIDEBAND_SPEECH_ENABLED,
315
316 HCI_DUT_MODE,
317 HCI_VENDOR_DIAG,
318 HCI_FORCE_BREDR_SMP,
319 HCI_FORCE_STATIC_ADDR,
320 HCI_LL_RPA_RESOLUTION,
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

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

313 HCI_LE_SCAN_INTERRUPTED,
314 HCI_WIDEBAND_SPEECH_ENABLED,
315
316 HCI_DUT_MODE,
317 HCI_VENDOR_DIAG,
318 HCI_FORCE_BREDR_SMP,
319 HCI_FORCE_STATIC_ADDR,
320 HCI_LL_RPA_RESOLUTION,
321 HCI_ENABLE_LL_PRIVACY,
321 HCI_CMD_PENDING,
322 HCI_FORCE_NO_MITM,
323
324 __HCI_NUM_FLAGS,
325};
326
327/* HCI timeouts */
328#define HCI_DISCONN_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */

--- 2214 unchanged lines hidden ---
322 HCI_CMD_PENDING,
323 HCI_FORCE_NO_MITM,
324
325 __HCI_NUM_FLAGS,
326};
327
328/* HCI timeouts */
329#define HCI_DISCONN_TIMEOUT msecs_to_jiffies(2000) /* 2 seconds */

--- 2214 unchanged lines hidden ---