ESP-IDF
bt_mesh_light_ctl_srv::model
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_light_ctl_srv::model
bt_mesh_light_ctl_srv::model field
Syntax
Show:
Summary
Declaration
from
lighting_server.h:70
struct
bt_mesh_model
*
model
;
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_model
*
model
;
lighting_server.h:70
srv
->
model
=
model
;
lighting_server.c:2974
light_server_init()
srv
->
model
,
ctx
,
(
const
uint8_t
*
)
&
change
,
sizeof
(
change
)
)
;
state_transition.c:582
light_ctl_work_handler()
srv
->
model
,
ctx
,
(
const
uint8_t
*
)
&
change
,
sizeof
(
change
)
)
;
state_transition.c:610
light_ctl_work_handler()
light_ctl_publish
(
srv
->
model
,
BLE_MESH_MODEL_OP_LIGHT_CTL_STATUS
)
;
state_transition.c:612
light_ctl_work_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_light_ctl_srv::model
is written by 1 function and is read by 1 function:
light_server_init()
All items filtered out
bt_mesh_light_ctl_srv::model
light_ctl_work_handler()
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