ESP-IDF
bt_mesh_light_ctl_state
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_state
bt_mesh_light_ctl_state struct
Syntax
Show:
Summary
Declaration
from
lighting_server.h:50
struct
bt_mesh_light_ctl_state
{
uint16_t
lightness
;
uint16_t
target_lightness
;
uint16_t
temperature
;
uint16_t
target_temperature
;
int16_t
delta_uv
;
int16_t
target_delta_uv
;
uint8_t
status_code
;
uint16_t
temperature_range_min
;
uint16_t
temperature_range_max
;
uint16_t
lightness_default
;
uint16_t
temperature_default
;
int16_t
delta_uv_default
;
}
;
Fields
Field
Declared as
bt_mesh_light_ctl_state::lightness
uint16_t
bt_mesh_light_ctl_state::target_lightness
uint16_t
bt_mesh_light_ctl_state::temperature
uint16_t
bt_mesh_light_ctl_state::target_temperature
uint16_t
bt_mesh_light_ctl_state::delta_uv
int16_t
bt_mesh_light_ctl_state::target_delta_uv
int16_t
bt_mesh_light_ctl_state::status_code
uint8_t
bt_mesh_light_ctl_state::temperature_range_min
uint16_t
bt_mesh_light_ctl_state::temperature_range_max
uint16_t
bt_mesh_light_ctl_state::lightness_default
uint16_t
bt_mesh_light_ctl_state::temperature_default
uint16_t
bt_mesh_light_ctl_state::delta_uv_default
int16_t
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
bt_mesh_light_ctl_state
{
lighting_server.h:50
struct
bt_mesh_light_ctl_state
*
state
;
lighting_server.h:72
bt_mesh_light_ctl_srv
bt_mesh_light_ctl_srv::state
struct
bt_mesh_light_ctl_state
*
state
;
lighting_server.h:83
bt_mesh_light_ctl_setup_srv
bt_mesh_light_ctl_setup_srv::state
struct
bt_mesh_light_ctl_state
*
state
;
lighting_server.h:89
bt_mesh_light_ctl_temp_srv
bt_mesh_light_ctl_temp_srv::state
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
Instance
Scope
Location
Project
bt_mesh_light_ctl_srv::state
bt_mesh_light_ctl_srv
lighting_server.h:72
bt_mesh_light_ctl_setup_srv::state
bt_mesh_light_ctl_setup_srv
lighting_server.h:83
bt_mesh_light_ctl_temp_srv::state
bt_mesh_light_ctl_temp_srv
lighting_server.h:89
Lifecycle
from
examples
All items filtered out
All items filtered out