ESP-IDF
+
0
/1 examples
SourceVu will show references to
bt_mesh_comp::elem
from the following samples and libraries:
blemesh sample
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/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_comp::elem
bt_mesh_comp::elem field
Syntax
Show:
Summary
Declaration
from
access.h:642
struct
bt_mesh_elem
*
elem
;
Examples
bt_mesh_comp::elem
is referenced by 1 libraries and example projects:
blemesh sample
References
from
0/1
examples
Code
Location
Referrer
struct
bt_mesh_elem
*
elem
;
access.h:642
struct
bt_mesh_elem
*
elem
;
access.h:617
struct
bt_mesh_elem
*
elem
=
&
comp_0
->
elem
[
i
]
;
access.c:54
bt_mesh_model_foreach()
return
&
comp_0
->
elem
[
mod
->
elem_idx
]
;
access.c:300
bt_mesh_model_elem()
elem
=
&
comp_0
->
elem
[
elem_idx
]
;
access.c:317
bt_mesh_model_get()
mod
->
elem_idx
=
elem
-
comp_0
->
elem
;
access.c:364
mod_init()
struct
bt_mesh_elem
*
elem
=
&
comp_0
->
elem
[
i
]
;
access.c:462
bt_mesh_comp_provision()
index
=
(
addr
-
comp_0
->
elem
[
0
]
.
addr
)
;
access.c:527
bt_mesh_elem_find()
return
&
comp_0
->
elem
[
index
]
;
access.c:529
bt_mesh_elem_find()
struct
bt_mesh_elem
*
elem
=
&
comp_0
->
elem
[
index
]
;
access.c:536
bt_mesh_elem_find()
return
(
comp_0
->
elem
[
model
->
elem_idx
]
.
addr
==
dst
)
;
access.c:569
model_has_dst()
struct
bt_mesh_elem
*
elem
=
&
comp_0
->
elem
[
i
]
;
access.c:710
bt_mesh_model_recv()
struct
bt_mesh_elem
*
elem
=
&
dev_comp
->
elem
[
i
]
;
access.c:62
bt_mesh_model_foreach()
return
&
dev_comp
->
elem
[
mod
->
elem_idx
]
;
access.c:264
bt_mesh_model_elem()
elem
=
&
dev_comp
->
elem
[
elem_idx
]
;
access.c:276
bt_mesh_model_get()
mod
->
elem_idx
=
elem
-
dev_comp
->
elem
;
access.c:339
mod_init()
struct
bt_mesh_elem
*
elem
=
&
dev_comp
->
elem
[
i
]
;
access.c:384
bt_mesh_comp_provision()
index
=
addr
-
dev_comp
->
elem
[
0
]
.
addr
;
access.c:491
bt_mesh_elem_find()
return
&
dev_comp
->
elem
[
index
]
;
access.c:496
bt_mesh_elem_find()
struct
bt_mesh_elem
*
elem
=
&
dev_comp
->
elem
[
index
]
;
access.c:512
bt_mesh_has_addr()
return
(
dev_comp
->
elem
[
mod
->
elem_idx
]
.
addr
==
dst
)
;
access.c:573
model_has_dst()
op
=
find_op
(
&
dev_comp
->
elem
[
i
]
,
opcode
,
&
model
)
;
access.c:688
bt_mesh_model_recv()
err
=
comp_add_elem
(
buf
,
&
comp
->
elem
[
i
]
,
i
==
0
)
;
cfg_srv.c:111
comp_get_page_0()
return
COMP
(
comp
)
->
elem
;
ext.c:757
bt_mesh_ext_comp_get_elem_s()
return
&
COMP
(
comp
)
->
elem
[
index
]
;
ext.c:762
bt_mesh_ext_comp_get_elem()
elem
=
&
comp
->
elem
[
i
]
;
test.c:96
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_comp::elem
is read by 13 functions:
All items filtered out
bt_mesh_comp::elem
bt_mesh_model_foreach()
bt_mesh_model_elem()
bt_mesh_model_get()
mod_init()
bt_mesh_comp_provision()
bt_mesh_elem_find()
model_has_dst()
bt_mesh_model_recv()
bt_mesh_ext_comp_get_elem_s()
bt_mesh_ext_comp_get_elem()
bt_mesh_device_auto_enter_network()
bt_mesh_has_addr()
comp_get_page_0()
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