hci.h (79d6e068bee82e9998b2be78bc0f08f2dec8777a) | hci.h (21693c15c0c3be1aac16eee19497a545f12b1a37) |
---|---|
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 --- 88 unchanged lines hidden (view full) --- 97 HCI_LE_SCAN, 98 HCI_SSP_ENABLED, 99 HCI_HS_ENABLED, 100 HCI_LE_ENABLED, 101 HCI_CONNECTABLE, 102 HCI_DISCOVERABLE, 103 HCI_LINK_SECURITY, 104 HCI_PENDING_CLASS, | 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 --- 88 unchanged lines hidden (view full) --- 97 HCI_LE_SCAN, 98 HCI_SSP_ENABLED, 99 HCI_HS_ENABLED, 100 HCI_LE_ENABLED, 101 HCI_CONNECTABLE, 102 HCI_DISCOVERABLE, 103 HCI_LINK_SECURITY, 104 HCI_PENDING_CLASS, |
105 HCI_PERIODIC_INQ, |
|
105}; 106 107/* HCI ioctl defines */ 108#define HCIDEVUP _IOW('H', 201, int) 109#define HCIDEVDOWN _IOW('H', 202, int) 110#define HCIDEVRESET _IOW('H', 203, int) 111#define HCIDEVRESTAT _IOW('H', 204, int) 112 --- 1330 unchanged lines hidden --- | 106}; 107 108/* HCI ioctl defines */ 109#define HCIDEVUP _IOW('H', 201, int) 110#define HCIDEVDOWN _IOW('H', 202, int) 111#define HCIDEVRESET _IOW('H', 203, int) 112#define HCIDEVRESTAT _IOW('H', 204, int) 113 --- 1330 unchanged lines hidden --- |