ESP-IDF
send_data_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_data_arg::data
send_data_arg::data field
Syntax
Show:
Summary
Declaration
from
btc_hh.h:168
uint8_t
*
data
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
data
;
btc_hh.h:168
}
else
if
(
arg
->
send_data
.
data
==
NULL
||
arg
->
send_data
.
len
==
0
)
{
btc_hh.c:998
btc_hh_send_data()
BT_HDR
*
p_buf
=
create_pbuf
(
arg
->
send_data
.
len
,
arg
->
send_data
.
data
)
;
btc_hh.c:1003
btc_hh_send_data()
utl_freebuf
(
(
void
*
*
)
&
arg
->
send_data
.
data
)
;
btc_hh.c:1112
btc_hh_call_arg_deep_free()
dst
->
send_data
.
data
=
(
uint8_t
*
)
osi_malloc
(
src
->
send_data
.
len
)
;
btc_hh.c:1562
btc_hh_arg_deep_copy()
if
(
dst
->
send_data
.
data
)
{
btc_hh.c:1563
btc_hh_arg_deep_copy()
memcpy
(
dst
->
send_data
.
data
,
src
->
send_data
.
data
,
src
->
send_data
.
len
)
;
btc_hh.c:1564
btc_hh_arg_deep_copy()
arg
.
send_data
.
data
=
data
;
esp_hidh_api.c:243
esp_bt_hid_host_send_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
send_data_arg::data
is written by 2 functions and is read by 2 functions:
esp_bt_hid_host_send_data()
btc_hh_arg_deep_copy()
All items filtered out
send_data_arg::data
btc_hh_send_data()
btc_hh_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