ESP-IDF
+
0
/1 examples
SourceVu will show references to
bt_mesh_elem::vnd_models
from the following samples and libraries:
blemesh sample
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_elem::vnd_models
bt_mesh_elem::vnd_models field
Syntax
Show:
Summary
Declaration
from
access.h:74
struct
bt_mesh_model
*
const
vnd_models
;
Examples
bt_mesh_elem::vnd_models
is referenced by 1 libraries and example projects:
blemesh sample
References
from
0/1
examples
Code
Location
Referrer
struct
bt_mesh_model
*
const
vnd_models
;
access.h:74
struct
bt_mesh_model
*
const
vnd_models
;
access.h:81
struct
bt_mesh_model
*
model
=
&
elem
->
vnd_models
[
j
]
;
access.c:63
bt_mesh_model_foreach()
return
&
elem
->
vnd_models
[
mod_idx
]
;
access.c:325
bt_mesh_model_get()
mod
->
model_idx
=
mod
-
elem
->
vnd_models
;
access.c:366
mod_init()
model
=
&
elem
->
vnd_models
[
i
]
;
access.c:511
bt_mesh_elem_find_group()
models
=
elem
->
vnd_models
;
access.c:721
bt_mesh_model_recv()
if
(
elem
->
vnd_models
[
i
]
.
vnd
.
company
==
company
&&
access.c:1139
bt_mesh_model_find_vnd()
elem
->
vnd_models
[
i
]
.
vnd
.
id
==
id
)
{
access.c:1140
bt_mesh_model_find_vnd()
return
&
elem
->
vnd_models
[
i
]
;
access.c:1141
bt_mesh_model_find_vnd()
struct
bt_mesh_model
*
model
=
&
elem
->
vnd_models
[
j
]
;
access.c:71
bt_mesh_model_foreach()
return
&
elem
->
vnd_models
[
mod_idx
]
;
access.c:284
bt_mesh_model_get()
mod
->
mod_idx
=
mod
-
elem
->
vnd_models
;
access.c:341
mod_init()
model
=
&
elem
->
vnd_models
[
i
]
;
access.c:472
bt_mesh_elem_find_group()
models
=
elem
->
vnd_models
;
access.c:602
find_op()
if
(
elem
->
vnd_models
[
i
]
.
vnd
.
company
==
company
&&
access.c:783
bt_mesh_model_find_vnd()
elem
->
vnd_models
[
i
]
.
vnd
.
id
==
id
)
{
access.c:784
bt_mesh_model_find_vnd()
return
&
elem
->
vnd_models
[
i
]
;
access.c:785
bt_mesh_model_find_vnd()
mod
=
&
elem
->
vnd_models
[
i
]
;
cfg_srv.c:70
comp_add_elem()
return
&
ELEM
(
elem
)
->
vnd_models
[
index
]
;
ext.c:812
bt_mesh_ext_elem_get_vnd_model()
model
=
&
elem
->
vnd_models
[
j
]
;
test.c:117
bt_mesh_device_auto_enter_network()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
bt_mesh_elem::vnd_models
is read by 10 functions:
All items filtered out
bt_mesh_elem::vnd_models
bt_mesh_model_foreach()
bt_mesh_model_get()
mod_init()
bt_mesh_elem_find_group()
bt_mesh_model_recv()
bt_mesh_model_find_vnd()
bt_mesh_ext_elem_get_vnd_model()
bt_mesh_device_auto_enter_network()
find_op()
comp_add_elem()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out