ESP-IDF
bt_mesh_node::dev_uuid
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::dev_uuid
bt_mesh_node::dev_uuid field
Syntax
Show:
Summary
Declaration
from
pvnr_mgmt.h:25
uint8_t
dev_uuid
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
dev_uuid
[
16
]
;
/* Node Device UUID */
pvnr_mgmt.h:25
return
NODE
(
node
)
->
dev_uuid
;
ext.c:1482
bt_mesh_ext_pvnr_get_node_uuid()
if
(
mesh_nodes
[
i
]
&&
!
memcmp
(
mesh_nodes
[
i
]
->
dev_uuid
,
node
->
dev_uuid
,
16
)
)
{
pvnr_mgmt.c:270
provisioner_store_node()
BT_WARN
(
"Node already exists, uuid %s"
,
bt_hex
(
node
->
dev_uuid
,
16
)
)
;
pvnr_mgmt.c:271
provisioner_store_node()
memcpy
(
node
.
dev_uuid
,
uuid
,
16
)
;
pvnr_mgmt.c:341
bt_mesh_provisioner_provision()
if
(
mesh_nodes
[
i
]
&&
!
memcmp
(
mesh_nodes
[
i
]
->
dev_uuid
,
uuid
,
16
)
)
{
pvnr_mgmt.c:415
provisioner_find_node_with_uuid()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_node::dev_uuid
is read by 4 functions:
All items filtered out
bt_mesh_node::dev_uuid
provisioner_store_node()
bt_mesh_provisioner_provision()
provisioner_find_node_with_uuid()
bt_mesh_ext_pvnr_get_node_uuid()
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