diff options
Diffstat (limited to 'include/hci.h')
-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 |