diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-04-12 09:23:00 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-04-12 09:23:00 +0000 |
commit | 630e9b79dee2c26759fb8650444cb113714bba0d (patch) | |
tree | 9984a8d994d6397dd968af8e1d19432334914260 /include | |
parent | 93048c3a1a3f8a86d8f5be1bd3409f77e9802d6e (diff) |
Add additional EIR error code
Diffstat (limited to 'include')
-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 312fa27d..435ea6a1 100644 --- a/include/hci.h +++ b/include/hci.h @@ -192,6 +192,7 @@ enum { #define HCI_ROLE_SWITCH_PENDING 0x32 #define HCI_SLOT_VIOLATION 0x34 #define HCI_ROLE_SWITCH_FAILED 0x35 +#define HCI_EIR_TOO_LARGE 0x36 /* ACL flags */ #define ACL_CONT 0x01 |