ESP-IDF
unprov_dev_queue::uuid
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
unprov_dev_queue::uuid
unprov_dev_queue::uuid field
Syntax
Show:
Summary
Declaration
from
prov_pvnr.c:116
uint8_t
uuid
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
uuid
[
16
]
;
prov_pvnr.c:116
if
(
!
memcmp
(
unprov_dev
[
i
]
.
uuid
,
add_dev
->
uuid
,
16
)
)
{
prov_pvnr.c:541
bt_mesh_provisioner_add_unprov_dev()
memcpy
(
unprov_dev
[
i
]
.
uuid
,
add_dev
->
uuid
,
16
)
;
prov_pvnr.c:561
bt_mesh_provisioner_add_unprov_dev()
memcpy
(
unprov_dev
[
i
]
.
uuid
,
add_dev
->
uuid
,
16
)
;
prov_pvnr.c:575
bt_mesh_provisioner_add_unprov_dev()
if
(
!
memcmp
(
unprov_dev
[
i
]
.
uuid
,
del_dev
->
uuid
,
16
)
)
{
prov_pvnr.c:741
bt_mesh_provisioner_delete_device()
if
(
!
memcmp
(
unprov_dev
[
i
]
.
uuid
,
link
->
uuid
,
16
)
&&
prov_pvnr.c:2275
prov_complete()
if
(
!
memcmp
(
unprov_dev
[
i
]
.
uuid
,
uuid
,
16
)
)
{
prov_pvnr.c:2965
notify_unprov_dev_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
unprov_dev_queue::uuid
is read by 4 functions:
All items filtered out
unprov_dev_queue::uuid
bt_mesh_provisioner_add_unprov_dev()
bt_mesh_provisioner_delete_device()
prov_complete()
notify_unprov_dev_info()
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