diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2010-11-21 20:01:20 +0100 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2010-11-21 20:01:20 +0100 |
commit | 29c494df1235292bb39f8099bbdde557810e8420 (patch) | |
tree | 1ff4a2d36cdcf278ec239df0c8f5a9a856064da3 /lib/hci.h | |
parent | 9f524fe68a075edd9d0cfdbadea181c76cce4ff5 (diff) |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |