ESP-IDF
bt_mesh_server_state_value_t::light_hsl
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_server_state_value_t::light_hsl
bt_mesh_server_state_value_t::light_hsl field
Syntax
Show:
Summary
Declaration
from
state_binding.h:62
struct
{
uint16_t
lightness
;
uint16_t
hue
;
uint16_t
saturation
;
}
light_hsl
;
Examples
References
from
examples
Code
Location
Referrer
}
light_hsl
;
state_binding.h:66
srv
->
state
->
lightness
=
value
->
light_hsl
.
lightness
;
state_binding.c:236
bt_mesh_update_binding_state()
srv
->
state
->
hue
=
value
->
light_hsl
.
hue
;
state_binding.c:237
bt_mesh_update_binding_state()
srv
->
state
->
saturation
=
value
->
light_hsl
.
saturation
;
state_binding.c:238
bt_mesh_update_binding_state()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_server_state_value_t::light_hsl
is read by 1 function:
All items filtered out
bt_mesh_server_state_value_t::light_hsl
bt_mesh_update_binding_state()
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