ESP-IDF
label
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
label
label struct
Syntax
Show:
Summary
Declaration
from
foundation.h:258
struct
label
{
uint16_t
ref
;
uint16_t
addr
;
uint8_t
uuid
[
16
]
;
bt_mesh_atomic_t
flags
[
1
]
;
}
;
Fields
Field
Declared as
label::ref
uint16_t
label::addr
uint16_t
label::uuid
uint8_t
[
16
]
label::flags
bt_mesh_atomic_t
[
1
]
Related Functions
Found 2 other functions taking a
label
argument:
Function
va_store()
va_find()
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
label
{
foundation.h:258
static
struct
label
labels
[
CONFIG_BLE_MESH_LABEL_COUNT
]
;
cfg_srv.c:41
struct
label
*
get_label
(
uint16_t
index
)
cfg_srv.c:1246
get_label()
static
inline
void
va_store
(
struct
label
*
store
)
cfg_srv.c:1256
va_store()
va_store()::store
static
struct
label
*
va_find
(
const
uint8_t
*
label_uuid
,
cfg_srv.c:1264
va_find()
struct
label
*
*
free_slot
)
cfg_srv.c:1265
va_find()
va_find()::free_slot
struct
label
*
match
=
NULL
;
cfg_srv.c:1267
va_find()
struct
label
*
update
=
NULL
,
*
free_slot
=
NULL
;
cfg_srv.c:1292
va_add()
struct
label
*
update
=
NULL
;
cfg_srv.c:1322
va_del()
struct
label
*
get_label
(
uint16_t
index
)
;
foundation.h:271
get_label()
struct
label
*
lab
=
NULL
;
settings.c:822
va_set()
struct
label
*
lab
=
NULL
;
settings.c:2071
store_pending_va()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
return
get_label()
foundation.h:271
labels
cfg_srv.c:41
return
get_label()
cfg_srv.c:1246
va_store()::store
va_store()
cfg_srv.c:1256
return
va_find()
cfg_srv.c:1264
va_find()::free_slot
va_find()
cfg_srv.c:1265
Lifecycle
from
examples
All items filtered out
All items filtered out