ESP-IDF
bt_mesh_model::
::
::company
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
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::
::
::company
bt_mesh_model::
::
::company field
Syntax
Show:
Summary
Declaration
from
access.h:515
uint16_t
company
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
company
;
access.h:515
if
(
elem
->
vnd_models
[
i
]
.
vnd
.
company
==
company
&&
access.c:1139
bt_mesh_model_find_vnd()
change
.
cfg_mod_pub_set
.
cid
=
vnd
?
mod
->
vnd
.
company
:
0xFFFF
;
cfg_srv.c:1239
mod_pub_set()
change
.
cfg_mod_sub_add
.
cid
=
vnd
?
mod
->
vnd
.
company
:
0xFFFF
;
cfg_srv.c:1620
mod_sub_add()
change
.
cfg_mod_sub_delete
.
cid
=
vnd
?
mod
->
vnd
.
company
:
0xFFFF
;
cfg_srv.c:1696
mod_sub_del()
change
.
cfg_mod_app_bind
.
cid
=
vnd
?
mod
->
vnd
.
company
:
0xFFFF
;
cfg_srv.c:2768
mod_app_bind()
change
.
cfg_mod_app_unbind
.
cid
=
vnd
?
mod
->
vnd
.
company
:
0xFFFF
;
cfg_srv.c:2824
mod_app_unbind()
return
MODEL
(
model
)
->
vnd
.
company
;
ext.c:858
bt_mesh_ext_model_get_vnd_cid()
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::
::
::company
is read by 8 functions:
All items filtered out
bt_mesh_model::
::
::company
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_cid()
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