ESP-IDF
hidd_send_report_evt_param
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hidd_send_report_evt_param
hidd_send_report_evt_param struct
ESP_HIDD_SEND_REPORT_EVT
Syntax
Show:
Summary
Declaration
from
esp_hidd_api.h:202
struct
hidd_send_report_evt_param
{
esp_hidd_status_t
status
;
uint8_t
reason
;
esp_hidd_report_type_t
report_type
;
uint8_t
report_id
;
}
;
Fields
Field
Declared as
Description
hidd_send_report_evt_param::status
esp_hidd_status_t
operation status.
hidd_send_report_evt_param::reason
uint8_t
lower layer failed reason(ref hiddefs.h).
hidd_send_report_evt_param::report_type
esp_hidd_report_type_t
report type.
hidd_send_report_evt_param::report_id
uint8_t
report id.
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