ESP-IDF
bt_mesh_device_delete::uuid
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
bt_mesh_device_delete::uuid
bt_mesh_device_delete::uuid field
Syntax
Show:
Summary
Declaration
from
prov_pvnr.h:33
uint8_t
uuid
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
uuid
[
16
]
;
prov_pvnr.h:33
memcpy
(
del_dev
.
uuid
,
arg
->
provisioner_dev_del
.
del_dev
.
uuid
,
16
)
;
btc_ble_mesh_prov.c:2468
btc_ble_mesh_prov_call_handler()
if
(
!
memcmp
(
del_dev
->
uuid
,
zero
,
16
)
)
{
prov_pvnr.c:734
bt_mesh_provisioner_delete_device()
if
(
!
memcmp
(
unprov_dev
[
i
]
.
uuid
,
del_dev
->
uuid
,
16
)
)
{
prov_pvnr.c:741
bt_mesh_provisioner_delete_device()
if
(
!
memcmp
(
prov_links
[
i
]
.
uuid
,
del_dev
->
uuid
,
16
)
)
{
prov_pvnr.c:749
bt_mesh_provisioner_delete_device()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_device_delete::uuid
is read by 2 functions:
All items filtered out
bt_mesh_device_delete::uuid
btc_ble_mesh_prov_call_handler()
bt_mesh_provisioner_delete_device()
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