ESP-IDF
bt_mesh_cdb_node::addr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_cdb_node::addr
bt_mesh_cdb_node::addr field
Syntax
Show:
Summary
Declaration
from
cdb.h:31
uint16_t
addr
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
addr
;
cdb.h:31
addr
=
node
->
addr
;
mesh.c:90
bt_mesh_provision()
net_buf_simple_add_be16
(
pdu
,
prov_device
.
node
->
addr
)
;
provisioner.c:507
send_prov_data()
prov_device
.
node
->
addr
)
;
provisioner.c:512
send_prov_data()
node
->
addr
)
;
provisioner.c:536
prov_complete()
bt_mesh_prov
->
node_added
(
node
->
net_idx
,
node
->
uuid
,
node
->
addr
,
provisioner.c:548
prov_complete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_cdb_node::addr
is read by 3 functions:
All items filtered out
bt_mesh_cdb_node::addr
bt_mesh_provision()
send_prov_data()
prov_complete()
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