diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-04-27 16:09:46 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-04-27 16:09:46 +0000 |
commit | 1613675da92e96b4074c381965eb536b7184e8d7 (patch) | |
tree | 55a9d29b40162d3cfa7466f30c4b4115dfd46fe7 | |
parent | c5621bfbf9071ed359d904bdd91308f6599dc5e5 (diff) |
Add ESCO_LINK connection type constant
-rw-r--r-- | include/hci.h | 1 |
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 |