summaryrefslogtreecommitdiff
path: root/lib/hci.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2010-11-21 20:01:20 +0100
committerJohan Hedberg <johan.hedberg@nokia.com>2010-11-21 20:01:20 +0100
commit29c494df1235292bb39f8099bbdde557810e8420 (patch)
tree1ff4a2d36cdcf278ec239df0c8f5a9a856064da3 /lib/hci.h
parent9f524fe68a075edd9d0cfdbadea181c76cce4ff5 (diff)
downloadbluez-29c494df1235292bb39f8099bbdde557810e8420.tar.gz
Make LE_LINK define private to hcitool.c for now
The value 0x03 isn't something that exists in the core spec, so it shouldn't be used in the same API as SCO/ACL link types. Since there are some experimental kernel patches that use it this patch makes it private to hcitool.c.
Diffstat (limited to 'lib/hci.h')
-rw-r--r--lib/hci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hci.h b/lib/hci.h
index b51280b03..0cb120fc0 100644
--- a/lib/hci.h
+++ b/lib/hci.h
@@ -205,7 +205,6 @@ enum {
#define SCO_LINK 0x00
#define ACL_LINK 0x01
#define ESCO_LINK 0x02
-#define LE_LINK 0x03
/* LMP features */
#define LMP_3SLOT 0x01