ESP-IDF
label::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
label::uuid
label::uuid field
Syntax
Show:
Summary
Declaration
from
foundation.h:261
uint8_t
uuid
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
uuid
[
16
]
;
foundation.h:261
if
(
!
memcmp
(
labels
[
i
]
.
uuid
,
label_uuid
,
16
)
)
{
cfg_srv.c:1282
va_find()
memcpy
(
free_slot
->
uuid
,
label_uuid
,
16
)
;
cfg_srv.c:1314
va_add()
bt_hex
(
labels
[
i
]
.
uuid
,
16
)
)
;
cfg_srv.c:3810
bt_mesh_label_uuid_get()
return
labels
[
i
]
.
uuid
;
cfg_srv.c:3811
bt_mesh_label_uuid_get()
memcpy
(
lab
->
uuid
,
va
.
uuid
,
16
)
;
settings.c:861
va_set()
memcpy
(
va
.
uuid
,
lab
->
uuid
,
16
)
;
settings.c:2088
store_pending_va()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
label::uuid
is read by 5 functions:
All items filtered out
label::uuid
va_set()
store_pending_va()
va_find()
va_add()
bt_mesh_label_uuid_get()
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