ESP-IDF
bt_mesh_node::comp_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
bt_mesh_node::comp_data
bt_mesh_node::comp_data field
Syntax
Show:
Summary
Declaration
from
pvnr_mgmt.h:39
uint8_t
*
comp_data
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
comp_data
;
/* Value of Composition Data */
pvnr_mgmt.h:39
if
(
mesh_nodes
[
index
]
->
comp_data
)
{
pvnr_mgmt.c:391
provisioner_remove_node()
bt_mesh_free
(
mesh_nodes
[
index
]
->
comp_data
)
;
pvnr_mgmt.c:392
provisioner_remove_node()
node
->
comp_data
=
bt_mesh_calloc
(
length
)
;
pvnr_mgmt.c:689
store_node_comp_data()
if
(
node
->
comp_data
==
NULL
)
{
pvnr_mgmt.c:690
store_node_comp_data()
memcpy
(
node
->
comp_data
,
data
,
length
)
;
pvnr_mgmt.c:695
store_node_comp_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_node::comp_data
is written by 1 function and is read by 2 functions:
store_node_comp_data()
All items filtered out
bt_mesh_node::comp_data
provisioner_remove_node()
store_node_comp_data()
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