ESP-IDF
+
0
/1 examples
SourceVu will show references to
BT_MESH_ELEM
from the following samples and libraries:
blemesh sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BT_MESH_ELEM
BT_MESH_ELEM macro
Helper to define a mesh element within an array. In case the element has no SIG or Vendor models the helper macro BT_MESH_MODEL_NONE can be given instead.
Syntax
Show:
Summary
Declaration
from
access.h:60
#define
BT_MESH_ELEM
(
_loc
,
_mods
,
_vnd_mods
)
\
{
\
.
loc
=
(
_loc
)
,
\
.
model_count
=
ARRAY_SIZE
(
_mods
)
,
\
.
models
=
(
_mods
)
,
\
.
vnd_model_count
=
ARRAY_SIZE
(
_vnd_mods
)
,
\
.
vnd_models
=
(
_vnd_mods
)
,
\
}
Arguments
Argument
Description
_loc
Location Descriptor.
_mods
Array of models.
_vnd_mods
Array of vendor models.
Examples
BT_MESH_ELEM
is referenced by 1 libraries and example projects:
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out