ESP-IDF
bt_mesh_light_server_state_change_t::hsl_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::hsl_set
bt_mesh_light_server_state_change_t::hsl_set field
Syntax
Show:
Summary
Declaration
from
lighting_server.h:301
struct
{
uint16_t
lightness
;
uint16_t
hue
;
uint16_t
saturation
;
}
hsl_set
;
Examples
References
from
examples
Code
Location
Referrer
}
hsl_set
;
lighting_server.h:305
.
hsl_set
.
lightness
=
srv
->
state
->
lightness
,
lighting_server.c:1402
light_hsl_set()
.
hsl_set
.
hue
=
srv
->
state
->
hue
,
lighting_server.c:1403
light_hsl_set()
.
hsl_set
.
saturation
=
srv
->
state
->
saturation
,
lighting_server.c:1404
light_hsl_set()
change
.
hsl_set
.
lightness
=
srv
->
state
->
lightness
;
state_transition.c:694
light_hsl_work_handler()
change
.
hsl_set
.
hue
=
srv
->
state
->
hue
;
state_transition.c:695
light_hsl_work_handler()
change
.
hsl_set
.
saturation
=
srv
->
state
->
saturation
;
state_transition.c:696
light_hsl_work_handler()
change
.
hsl_set
.
lightness
=
srv
->
state
->
lightness
;
state_transition.c:722
light_hsl_work_handler()
change
.
hsl_set
.
hue
=
srv
->
state
->
hue
;
state_transition.c:723
light_hsl_work_handler()
change
.
hsl_set
.
saturation
=
srv
->
state
->
saturation
;
state_transition.c:724
light_hsl_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::hsl_set
is read by 1 function:
All items filtered out
bt_mesh_light_server_state_change_t::hsl_set
light_hsl_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