mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-27 06:35:20 +00:00
hid_host: add additional btstack error to handshake errors
This commit is contained in:
parent
ecd76fd157
commit
a7b6332ea1
@ -74,7 +74,9 @@ typedef enum {
|
|||||||
HID_HANDSHAKE_PARAM_TYPE_ERR_UNSUPPORTED_REQUEST, // The device does not support the request. This result code shall be used if the HIDP message type is unsupported.
|
HID_HANDSHAKE_PARAM_TYPE_ERR_UNSUPPORTED_REQUEST, // The device does not support the request. This result code shall be used if the HIDP message type is unsupported.
|
||||||
HID_HANDSHAKE_PARAM_TYPE_ERR_INVALID_PARAMETER, // A parameter value is out of range or inappropriate for the request.
|
HID_HANDSHAKE_PARAM_TYPE_ERR_INVALID_PARAMETER, // A parameter value is out of range or inappropriate for the request.
|
||||||
HID_HANDSHAKE_PARAM_TYPE_ERR_UNKNOWN = 0x0E, // Device could not identify the error condition.
|
HID_HANDSHAKE_PARAM_TYPE_ERR_UNKNOWN = 0x0E, // Device could not identify the error condition.
|
||||||
HID_HANDSHAKE_PARAM_TYPE_ERR_FATAL = 0x0F // Restart is essential to resume functionality
|
HID_HANDSHAKE_PARAM_TYPE_ERR_FATAL = 0x0F, // Restart is essential to resume functionality
|
||||||
|
// BTstack custom error codes
|
||||||
|
HID_HANDSHAKE_PARAM_TYPE_ERR_DISCONNECT
|
||||||
} hid_handshake_param_type_t;
|
} hid_handshake_param_type_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user