ESP-IDF
bt_mesh_light_server_state_change_t::ctl_set
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_server_state_change_t::ctl_set
bt_mesh_light_server_state_change_t::ctl_set field
Syntax
Show:
Summary
Declaration
from
lighting_server.h:283
struct
{
uint16_t
lightness
;
uint16_t
temperature
;
int16_t
delta_uv
;
}
ctl_set
;
Examples
References
from
examples
Code
Location
Referrer
}
ctl_set
;
lighting_server.h:287
.
ctl_set
.
lightness
=
srv
->
state
->
lightness
,
lighting_server.c:803
light_ctl_set()
.
ctl_set
.
temperature
=
srv
->
state
->
temperature
,
lighting_server.c:804
light_ctl_set()
.
ctl_set
.
delta_uv
=
srv
->
state
->
delta_uv
,
lighting_server.c:805
light_ctl_set()
change
.
ctl_set
.
lightness
=
srv
->
state
->
lightness
;
state_transition.c:578
light_ctl_work_handler()
change
.
ctl_set
.
temperature
=
srv
->
state
->
temperature
;
state_transition.c:579
light_ctl_work_handler()
change
.
ctl_set
.
delta_uv
=
srv
->
state
->
delta_uv
;
state_transition.c:580
light_ctl_work_handler()
change
.
ctl_set
.
lightness
=
srv
->
state
->
lightness
;
state_transition.c:606
light_ctl_work_handler()
change
.
ctl_set
.
temperature
=
srv
->
state
->
temperature
;
state_transition.c:607
light_ctl_work_handler()
change
.
ctl_set
.
delta_uv
=
srv
->
state
->
delta_uv
;
state_transition.c:608
light_ctl_work_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_light_server_state_change_t::ctl_set
is read by 1 function:
All items filtered out
bt_mesh_light_server_state_change_t::ctl_set
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