ESP-IDF
esp_hidh_dev_s::report_id
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
esp_hidh_dev_s::report_id
esp_hidh_dev_s::report_id field
Syntax
Show:
Summary
Declaration
from
esp_hidh_private.h:50
uint8_t
report_id
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
report_id
;
//Get_Report transaction report_id
esp_hidh_private.h:50
dev
->
report_id
=
0
;
bt_hidh.c:125
transaction_timeout_handler()
dev
->
report_id
=
0
;
bt_hidh.c:154
reset_trans()
if
(
dev
->
report_id
)
{
bt_hidh.c:511
esp_hh_cb()
p_param
->
feature
.
report_id
=
dev
->
report_id
;
bt_hidh.c:521
esp_hh_cb()
dev
->
report_id
=
report_id
;
bt_hidh.c:876
esp_bt_hidh_dev_report_read()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_hidh_dev_s::report_id
is written by 3 functions and is read by 1 function:
transaction_timeout_handler()
reset_trans()
esp_bt_hidh_dev_report_read()
All items filtered out
esp_hidh_dev_s::report_id
esp_hh_cb()
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