ESP-IDF
ble_mesh_model_send_args::data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_mesh_model_send_args::data
ble_mesh_model_send_args::data field
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_prov.h:359
uint8_t
*
data
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
data
;
btc_ble_mesh_prov.h:359
dst
->
model_send
.
data
=
src
->
model_send
.
length
?
(
uint8_t
*
)
bt_mesh_malloc
(
src
->
model_send
.
length
)
:
NULL
;
btc_ble_mesh_prov.c:268
btc_ble_mesh_model_arg_deep_copy()
if
(
dst
->
model_send
.
data
)
{
btc_ble_mesh_prov.c:271
btc_ble_mesh_model_arg_deep_copy()
memcpy
(
dst
->
model_send
.
data
,
src
->
model_send
.
data
,
src
->
model_send
.
length
)
;
btc_ble_mesh_prov.c:272
btc_ble_mesh_model_arg_deep_copy()
if
(
arg
->
model_send
.
data
)
{
btc_ble_mesh_prov.c:313
btc_ble_mesh_model_arg_deep_free()
bt_mesh_free
(
arg
->
model_send
.
data
)
;
btc_ble_mesh_prov.c:314
btc_ble_mesh_model_arg_deep_free()
net_buf_simple_add_mem
(
buf
,
arg
->
model_send
.
data
,
arg
->
model_send
.
length
)
;
btc_ble_mesh_prov.c:2918
btc_ble_mesh_model_call_handler()
net_buf_simple_add_mem
(
buf
,
arg
->
model_send
.
data
,
arg
->
model_send
.
length
)
;
btc_ble_mesh_prov.c:2938
btc_ble_mesh_model_call_handler()
arg
.
model_send
.
data
=
msg_data
;
esp_ble_mesh_networking_api.c:102
ble_mesh_model_send_msg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_mesh_model_send_args::data
is written by 2 functions and is read by 3 functions:
ble_mesh_model_send_msg()
btc_ble_mesh_model_arg_deep_copy()
All items filtered out
ble_mesh_model_send_args::data
btc_ble_mesh_model_arg_deep_copy()
btc_ble_mesh_model_arg_deep_free()
btc_ble_mesh_model_call_handler()
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