ESP-IDF
send_report_arg::len
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
send_report_arg::len
send_report_arg::len field
Syntax
Show:
Summary
Declaration
from
btc_hd.h:81
uint16_t
len
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
len
;
btc_hd.h:81
btc_hd_send_report
(
arg
->
send_report
.
type
,
arg
->
send_report
.
id
,
arg
->
send_report
.
len
,
arg
->
send_report
.
data
)
;
btc_hd.c:744
btc_hd_call_handler()
dst
->
send_report
.
data
=
(
uint8_t
*
)
osi_malloc
(
src
->
send_report
.
len
)
;
btc_hd.c:954
btc_hd_arg_deep_copy()
memcpy
(
dst
->
send_report
.
data
,
src
->
send_report
.
data
,
src
->
send_report
.
len
)
;
btc_hd.c:956
btc_hd_arg_deep_copy()
args
.
send_report
.
len
=
len
;
esp_hidd_api.c:132
esp_bt_hid_device_send_report()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
send_report_arg::len
is written by 1 function and is read by 2 functions:
esp_bt_hid_device_send_report()
All items filtered out
send_report_arg::len
btc_hd_call_handler()
btc_hd_arg_deep_copy()
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