hci.h (63185f64ef06464706b32c9a301f71f68cd93e52) hci.h (fcd89c09a59a054fb986861e0862aa2fff7d7c40)
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

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

163#define ACL_START 0x02
164#define ACL_ACTIVE_BCAST 0x04
165#define ACL_PICO_BCAST 0x08
166
167/* Baseband links */
168#define SCO_LINK 0x00
169#define ACL_LINK 0x01
170#define ESCO_LINK 0x02
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

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

163#define ACL_START 0x02
164#define ACL_ACTIVE_BCAST 0x04
165#define ACL_PICO_BCAST 0x08
166
167/* Baseband links */
168#define SCO_LINK 0x00
169#define ACL_LINK 0x01
170#define ESCO_LINK 0x02
171/* Low Energy links do not have defined link type. Use invented one */
172#define LE_LINK 0x80
171
172/* LMP features */
173#define LMP_3SLOT 0x01
174#define LMP_5SLOT 0x02
175#define LMP_ENCRYPT 0x04
176#define LMP_SOFFSET 0x08
177#define LMP_TACCURACY 0x10
178#define LMP_RSWITCH 0x20

--- 971 unchanged lines hidden ---
173
174/* LMP features */
175#define LMP_3SLOT 0x01
176#define LMP_5SLOT 0x02
177#define LMP_ENCRYPT 0x04
178#define LMP_SOFFSET 0x08
179#define LMP_TACCURACY 0x10
180#define LMP_RSWITCH 0x20

--- 971 unchanged lines hidden ---