ESP-IDF
bt_mesh_prov_link::uuid
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_prov_link::uuid
bt_mesh_prov_link::uuid field
Syntax
Show:
Summary
Declaration
from
prov_common.h:219
uint8_t
uuid
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
uuid
[
16
]
;
/* Check if device is being provisioned */
prov_common.h:219
return
LINK
(
link
)
->
uuid
;
ext.c:1527
bt_mesh_ext_prov_link_get_uuid()
memset
(
prov_links
[
i
]
.
uuid
,
0
,
16
)
;
prov_pvnr.c:227
bt_mesh_provisioner_clear_link_info()
if
(
!
memcmp
(
prov_links
[
i
]
.
uuid
,
uuid
,
16
)
)
{
prov_pvnr.c:270
is_unprov_dev_being_provision()
memcpy
(
prov_links
[
i
]
.
uuid
,
uuid
,
16
)
;
prov_pvnr.c:377
provisioner_start_prov_pb_adv()
memcpy
(
prov_links
[
i
]
.
uuid
,
uuid
,
16
)
;
prov_pvnr.c:444
provisioner_start_prov_pb_gatt()
if
(
!
memcmp
(
prov_links
[
i
]
.
uuid
,
del_dev
->
uuid
,
16
)
)
{
prov_pvnr.c:749
bt_mesh_provisioner_delete_device()
bt_mesh_prov_bearer_ctl_send
(
link
,
LINK_OPEN
,
link
->
uuid
,
16
)
;
prov_pvnr.c:1112
send_link_open()
node
=
bt_mesh_provisioner_get_node_with_uuid
(
link
->
uuid
)
;
prov_pvnr.c:2017
send_prov_data()
bt_mesh_provisioner_remove_node
(
link
->
uuid
)
;
prov_pvnr.c:2032
send_prov_data()
err
=
bt_mesh_provisioner_provision
(
&
link
->
addr
,
link
->
uuid
,
link
->
oob_info
,
prov_pvnr.c:2237
prov_complete()
bt_mesh_prov_get
(
)
->
prov_complete
(
index
,
link
->
uuid
,
link
->
unicast_addr
,
prov_pvnr.c:2269
prov_complete()
if
(
!
memcmp
(
unprov_dev
[
i
]
.
uuid
,
link
->
uuid
,
16
)
&&
prov_pvnr.c:2275
prov_complete()
if
(
!
memcmp
(
prov_links
[
i
]
.
uuid
,
link
->
uuid
,
16
)
)
{
prov_pvnr.c:2697
bt_mesh_provisioner_pb_gatt_open()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_prov_link::uuid
is read by 10 functions:
All items filtered out
bt_mesh_prov_link::uuid
bt_mesh_provisioner_clear_link_info()
is_unprov_dev_being_provision()
provisioner_start_prov_pb_adv()
provisioner_start_prov_pb_gatt()
bt_mesh_provisioner_delete_device()
send_link_open()
send_prov_data()
prov_complete()
bt_mesh_provisioner_pb_gatt_open()
bt_mesh_ext_prov_link_get_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