ESP-IDF
+
0
/1 examples
SourceVu will show references to
bt_mesh_elem::vnd_model_count
from the following samples and libraries:
blemesh sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_model_count
bt_mesh_elem::vnd_model_count field
Syntax
Show:
Summary
Declaration
from
access.h:71
const
uint8_t
vnd_model_count
;
Examples
bt_mesh_elem::vnd_model_count
is referenced by 1 libraries and example projects:
blemesh sample
References
from
0/1
examples
Code
Location
Referrer
const
uint8_t
vnd_model_count
;
access.h:71
const
uint8_t
vnd_model_count
;
access.h:78
for
(
j
=
0
;
j
<
elem
->
vnd_model_count
;
j
++
)
{
access.c:62
bt_mesh_model_foreach()
if
(
mod_idx
>=
elem
->
vnd_model_count
)
{
access.c:320
bt_mesh_model_get()
elem
->
addr
,
elem
->
model_count
,
elem
->
vnd_model_count
)
;
access.c:467
bt_mesh_comp_provision()
for
(
i
=
0
;
i
<
elem
->
vnd_model_count
;
i
++
)
{
access.c:510
bt_mesh_elem_find_group()
count
=
elem
->
vnd_model_count
;
access.c:722
bt_mesh_model_recv()
for
(
i
=
0
;
i
<
elem
->
vnd_model_count
;
i
++
)
{
access.c:1138
bt_mesh_model_find_vnd()
for
(
j
=
0
;
j
<
elem
->
vnd_model_count
;
j
++
)
{
access.c:70
bt_mesh_model_foreach()
if
(
mod_idx
>=
elem
->
vnd_model_count
)
{
access.c:279
bt_mesh_model_get()
elem
->
addr
,
elem
->
model_count
,
elem
->
vnd_model_count
)
;
access.c:389
bt_mesh_comp_provision()
for
(
i
=
0
;
i
<
elem
->
vnd_model_count
;
i
++
)
{
access.c:471
bt_mesh_elem_find_group()
count
=
elem
->
vnd_model_count
;
access.c:603
find_op()
for
(
i
=
0
;
i
<
elem
->
vnd_model_count
;
i
++
)
{
access.c:782
bt_mesh_model_find_vnd()
4
+
(
elem
->
model_count
*
2
)
+
(
elem
->
vnd_model_count
*
4
)
)
{
cfg_srv.c:54
comp_add_elem()
net_buf_simple_add_u8
(
buf
,
elem
->
vnd_model_count
)
;
cfg_srv.c:62
comp_add_elem()
for
(
i
=
0
;
i
<
elem
->
vnd_model_count
;
i
++
)
{
cfg_srv.c:69
comp_add_elem()
return
ELEM
(
elem
)
->
vnd_model_count
;
ext.c:807
bt_mesh_ext_elem_get_vnd_model_count()
for
(
j
=
0
;
j
<
elem
->
vnd_model_count
;
j
++
)
{
test.c:116
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_model_count
is read by 10 functions:
All items filtered out
bt_mesh_elem::vnd_model_count
bt_mesh_model_foreach()
bt_mesh_model_get()
bt_mesh_comp_provision()
bt_mesh_elem_find_group()
bt_mesh_model_recv()
bt_mesh_model_find_vnd()
bt_mesh_ext_elem_get_vnd_model_count()
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