ESP-IDF
bt_mesh_light_server_state_change_t::ctl_default_set
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_light_server_state_change_t::ctl_default_set
bt_mesh_light_server_state_change_t::ctl_default_set field
Syntax
Show:
Summary
Declaration
from
lighting_server.h:296
struct
{
uint16_t
lightness
;
uint16_t
temperature
;
int16_t
delta_uv
;
}
ctl_default_set
;
Examples
References
from
examples
Code
Location
Referrer
}
ctl_default_set
;
lighting_server.h:300
.
ctl_default_set
.
lightness
=
srv
->
state
->
lightness_default
,
lighting_server.c:891
light_ctl_default_set()
.
ctl_default_set
.
temperature
=
srv
->
state
->
temperature_default
,
lighting_server.c:892
light_ctl_default_set()
.
ctl_default_set
.
delta_uv
=
srv
->
state
->
delta_uv_default
,
lighting_server.c:893
light_ctl_default_set()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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