ESP-IDF
btc_hidd_args_t::send_report
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
btc_hidd_args_t::send_report
btc_hidd_args_t::send_report field
Syntax
Show:
Summary
Declaration
from
btc_hd.h:78
struct
send_report_arg
{
esp_hidd_report_type_t
type
;
uint8_t
id
;
uint16_t
len
;
uint8_t
*
data
;
}
send_report
;
Examples
References
from
examples
Code
Location
Referrer
}
send_report
;
btc_hd.h:83
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
.
type
=
type
;
esp_hidd_api.c:130
esp_bt_hid_device_send_report()
args
.
send_report
.
id
=
id
;
esp_hidd_api.c:131
esp_bt_hid_device_send_report()
args
.
send_report
.
len
=
len
;
esp_hidd_api.c:132
esp_bt_hid_device_send_report()
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
btc_hidd_args_t::send_report
is read by 4 functions:
All items filtered out
btc_hidd_args_t::send_report
esp_bt_hid_device_send_report()
btc_hd_call_arg_deep_free()
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