diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-11-09 00:05:01 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-11-09 00:05:01 +0000 |
commit | c3b2524a78dc4d27025f6cd3c8f4c56f5de012ee (patch) | |
tree | e7809158fbee08f643a773aaf664f45b172be338 /include | |
parent | 34fb9e62566cddafd8d4fea40e368434859ae25a (diff) |
Add the missing HCI error codes
Diffstat (limited to 'include')
-rw-r--r-- | include/hci.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/hci.h b/include/hci.h index 2f959fe2..e7f04596 100644 --- a/include/hci.h +++ b/include/hci.h @@ -186,6 +186,15 @@ enum { #define HCI_QOS_NOT_SUPPORTED 0x27 #define HCI_INSTANT_PASSED 0x28 #define HCI_PAIRING_NOT_SUPPORTED 0x29 +#define HCI_TRANSACTION_COLLISION 0x2a +#define HCI_QOS_UNACCEPTABLE_PARAMETER 0x2c +#define HCI_QOS_REJECTED 0x2d +#define HCI_CLASSIFICATION_NOT_SUPPORTED 0x2e +#define HCI_INSUFFICIENT_SECURITY 0x2f +#define HCI_PARAMETER_OUT_OF_RANGE 0x30 +#define HCI_ROLE_SWITCH_PENDING 0x32 +#define HCI_SLOT_VIOLATION 0x34 +#define HCI_ROLE_SWITCH_FAILED 0x35 /* ACL flags */ #define ACL_CONT 0x01 |