ESP-IDF
btc_hidh_args_t::send_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
btc_hidh_args_t::send_data
btc_hidh_args_t::send_data field
Syntax
Show:
Summary
Declaration
from
btc_hh.h:165
struct
send_data_arg
{
BD_ADDR
bd_addr
;
size_t
len
;
uint8_t
*
data
;
}
send_data
;
Examples
References
from
examples
Code
Location
Referrer
}
send_data
;
btc_hh.h:169
p_dev
=
btc_hh_find_connected_dev_by_bda
(
arg
->
send_data
.
bd_addr
)
;
btc_hh.c:993
btc_hh_send_data()
}
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()
BTA_HhSendData
(
p_dev
->
dev_handle
,
arg
->
send_data
.
bd_addr
,
p_buf
)
;
btc_hh.c:1009
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()
memcpy
(
arg
.
send_data
.
bd_addr
,
bd_addr
,
sizeof
(
esp_bd_addr_t
)
)
;
esp_hidh_api.c:241
esp_bt_hid_host_send_data()
arg
.
send_data
.
len
=
len
;
esp_hidh_api.c:242
esp_bt_hid_host_send_data()
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
btc_hidh_args_t::send_data
is read by 4 functions:
All items filtered out
btc_hidh_args_t::send_data
esp_bt_hid_host_send_data()
btc_hh_send_data()
btc_hh_call_arg_deep_free()
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