hci.h (e269f90f3d3f7c70cf661c660bf445597261f54a) hci.h (a6c511c636848f871f5b7aef38e25e5b894b3b48)
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

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

53#define HCI_SDIO 6
54
55/* HCI controller types */
56#define HCI_BREDR 0x00
57#define HCI_AMP 0x01
58
59/* HCI device quirks */
60enum {
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

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

53#define HCI_SDIO 6
54
55/* HCI controller types */
56#define HCI_BREDR 0x00
57#define HCI_AMP 0x01
58
59/* HCI device quirks */
60enum {
61 HCI_QUIRK_NO_RESET,
61 HCI_QUIRK_RESET_ON_CLOSE,
62 HCI_QUIRK_RAW_DEVICE,
63 HCI_QUIRK_FIXUP_BUFFER_SIZE
64};
65
66/* HCI device flags */
67enum {
68 HCI_UP,
69 HCI_INIT,

--- 1373 unchanged lines hidden ---
62 HCI_QUIRK_RAW_DEVICE,
63 HCI_QUIRK_FIXUP_BUFFER_SIZE
64};
65
66/* HCI device flags */
67enum {
68 HCI_UP,
69 HCI_INIT,

--- 1373 unchanged lines hidden ---