ESP-IDF
bt_mesh_model::
::
::id
is only used within ESP-IDF.
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_model::
::
::id
bt_mesh_model::
::
::id field
Syntax
Show:
Summary
Declaration
from
access.h:516
uint16_t
id
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
id
;
access.h:516
elem
->
vnd_models
[
i
]
.
vnd
.
id
==
id
)
{
access.c:1140
bt_mesh_model_find_vnd()
change
.
cfg_mod_pub_set
.
mod_id
=
vnd
?
mod
->
vnd
.
id
:
mod
->
id
;
cfg_srv.c:1240
mod_pub_set()
change
.
cfg_mod_sub_add
.
mod_id
=
vnd
?
mod
->
vnd
.
id
:
mod
->
id
;
cfg_srv.c:1621
mod_sub_add()
change
.
cfg_mod_sub_delete
.
mod_id
=
vnd
?
mod
->
vnd
.
id
:
mod
->
id
;
cfg_srv.c:1697
mod_sub_del()
change
.
cfg_mod_app_bind
.
mod_id
=
vnd
?
mod
->
vnd
.
id
:
mod
->
id
;
cfg_srv.c:2769
mod_app_bind()
change
.
cfg_mod_app_unbind
.
mod_id
=
vnd
?
mod
->
vnd
.
id
:
mod
->
id
;
cfg_srv.c:2825
mod_app_unbind()
return
MODEL
(
model
)
->
vnd
.
id
;
ext.c:853
bt_mesh_ext_model_get_vnd_id()
vnd
?
model
->
vnd
.
id
:
model
->
id
,
vnd
?
model
->
vnd
.
company
:
0xFFFF
)
;
settings.c:729
model_set_pub()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_model::
::
::id
is read by 8 functions:
All items filtered out
bt_mesh_model::
::
::id
model_set_pub()
bt_mesh_model_find_vnd()
mod_pub_set()
mod_sub_add()
mod_sub_del()
mod_app_bind()
mod_app_unbind()
bt_mesh_ext_model_get_vnd_id()
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