ESP-IDF
ble_mesh_provisioner_store_node_comp_data_args::data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_provisioner_store_node_comp_data_args::data
ble_mesh_provisioner_store_node_comp_data_args::data field
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_prov.h:219
uint8_t
*
data
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
data
;
btc_ble_mesh_prov.h:219
dst
->
store_node_comp_data
.
data
=
bt_mesh_calloc
(
src
->
store_node_comp_data
.
length
)
;
btc_ble_mesh_prov.c:151
btc_ble_mesh_prov_arg_deep_copy()
if
(
dst
->
store_node_comp_data
.
data
)
{
btc_ble_mesh_prov.c:152
btc_ble_mesh_prov_arg_deep_copy()
memcpy
(
dst
->
store_node_comp_data
.
data
,
src
->
store_node_comp_data
.
data
,
src
->
store_node_comp_data
.
length
)
;
btc_ble_mesh_prov.c:153
btc_ble_mesh_prov_arg_deep_copy()
if
(
arg
->
store_node_comp_data
.
data
)
{
btc_ble_mesh_prov.c:187
btc_ble_mesh_prov_arg_deep_free()
bt_mesh_free
(
arg
->
store_node_comp_data
.
data
)
;
btc_ble_mesh_prov.c:188
btc_ble_mesh_prov_arg_deep_free()
arg
->
store_node_comp_data
.
data
,
arg
->
store_node_comp_data
.
length
)
;
btc_ble_mesh_prov.c:2572
btc_ble_mesh_prov_call_handler()
arg
.
store_node_comp_data
.
data
=
data
;
esp_ble_mesh_networking_api.c:315
esp_ble_mesh_provisioner_store_node_comp_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_mesh_provisioner_store_node_comp_data_args::data
is written by 2 functions and is read by 3 functions:
esp_ble_mesh_provisioner_store_node_comp_data()
btc_ble_mesh_prov_arg_deep_copy()
All items filtered out
ble_mesh_provisioner_store_node_comp_data_args::data
btc_ble_mesh_prov_arg_deep_copy()
btc_ble_mesh_prov_arg_deep_free()
btc_ble_mesh_prov_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