ESP-IDF
esp_hidd_handshake_error_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_hidd_handshake_error_t
esp_hidd_handshake_error_t enum
Syntax
Show:
Summary
Declaration
from
esp_hidd_api.h:34
enum
{
ESP_HID_PAR_HANDSHAKE_RSP_SUCCESS
=
0
,
ESP_HID_PAR_HANDSHAKE_RSP_NOT_READY
=
1
,
ESP_HID_PAR_HANDSHAKE_RSP_ERR_INVALID_REP_ID
=
2
,
ESP_HID_PAR_HANDSHAKE_RSP_ERR_UNSUPPORTED_REQ
=
3
,
ESP_HID_PAR_HANDSHAKE_RSP_ERR_INVALID_PARAM
=
4
,
ESP_HID_PAR_HANDSHAKE_RSP_ERR_UNKNOWN
=
14
,
ESP_HID_PAR_HANDSHAKE_RSP_ERR_FATAL
=
15
,
}
;
Values
Value
Declared as
Description
esp_hidd_handshake_error_t::ESP_HID_PAR_HANDSHAKE_RSP_SUCCESS
=
0
successful.
esp_hidd_handshake_error_t::ESP_HID_PAR_HANDSHAKE_RSP_NOT_READY
=
1
not ready, device is too busy to accept data.
esp_hidd_handshake_error_t::ESP_HID_PAR_HANDSHAKE_RSP_ERR_INVALID_REP_ID
=
2
invalid report ID.
esp_hidd_handshake_error_t::ESP_HID_PAR_HANDSHAKE_RSP_ERR_UNSUPPORTED_REQ
=
3
device does not support the request.
esp_hidd_handshake_error_t::ESP_HID_PAR_HANDSHAKE_RSP_ERR_INVALID_PARAM
=
4
parameter value is out of range or inappropriate.
esp_hidd_handshake_error_t::ESP_HID_PAR_HANDSHAKE_RSP_ERR_UNKNOWN
=
14
device could not identify the error condition.
esp_hidd_handshake_error_t::ESP_HID_PAR_HANDSHAKE_RSP_ERR_FATAL
=
15
restart is essential to resume functionality.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out