summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-04-27 16:09:46 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-04-27 16:09:46 +0000
commit1613675da92e96b4074c381965eb536b7184e8d7 (patch)
tree55a9d29b40162d3cfa7466f30c4b4115dfd46fe7 /include
parentc5621bfbf9071ed359d904bdd91308f6599dc5e5 (diff)
Add ESCO_LINK connection type constant
Diffstat (limited to 'include')
-rw-r--r--include/hci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hci.h b/include/hci.h
index 46f97bb7..eb015fc7 100644
--- a/include/hci.h
+++ b/include/hci.h
@@ -198,6 +198,7 @@ enum {
/* Baseband links */
#define SCO_LINK 0x00
#define ACL_LINK 0x01
+#define ESCO_LINK 0x02
/* LMP features */
#define LMP_3SLOT 0x01