ESP-IDF
send_report_arg::data
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::data
send_report_arg::data field
Syntax
Show:
Summary
Declaration
from
btc_hd.h:82
uint8_t
*
data
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
data
;
btc_hd.h:82
utl_freebuf
(
(
void
*
*
)
&
arg
->
send_report
.
data
)
;
btc_hd.c:714
btc_hd_call_arg_deep_free()
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()
if
(
dst
->
send_report
.
data
)
{
btc_hd.c:955
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
.
data
=
data
;
esp_hidd_api.c:133
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::data
is written by 2 functions and is read by 2 functions:
esp_bt_hid_device_send_report()
btc_hd_arg_deep_copy()
All items filtered out
send_report_arg::data
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