ESP-IDF
bt_mesh_light_hsl_sat_srv
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_hsl_sat_srv
bt_mesh_light_hsl_sat_srv struct
Syntax
Show:
Summary
Declaration
from
lighting_server.h:143
struct
bt_mesh_light_hsl_sat_srv
{
struct
bt_mesh_model
*
model
;
struct
bt_mesh_server_rsp_ctrl
rsp_ctrl
;
struct
bt_mesh_light_hsl_state
*
state
;
struct
bt_mesh_last_msg_info
last
;
struct
bt_mesh_state_transition
transition
;
int32_t
tt_delta_saturation
;
}
;
Fields
Field
Declared as
bt_mesh_light_hsl_sat_srv::model
struct
bt_mesh_model
*
bt_mesh_light_hsl_sat_srv::rsp_ctrl
struct
bt_mesh_server_rsp_ctrl
bt_mesh_light_hsl_sat_srv::state
struct
bt_mesh_light_hsl_state
*
bt_mesh_light_hsl_sat_srv::last
struct
bt_mesh_last_msg_info
bt_mesh_light_hsl_sat_srv::transition
struct
bt_mesh_state_transition
bt_mesh_light_hsl_sat_srv::tt_delta_saturation
int32_t
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
bt_mesh_light_hsl_sat_srv
{
lighting_server.h:143
struct
bt_mesh_light_hsl_sat_srv
*
srv
=
model
->
user_data
;
lighting_server.c:1172
send_light_hsl_status()
struct
bt_mesh_light_hsl_sat_srv
*
srv
=
model
->
user_data
;
lighting_server.c:1229
light_hsl_get()
struct
bt_mesh_light_hsl_sat_srv
*
srv
=
model
->
user_data
;
lighting_server.c:1301
light_hsl_publish()
struct
bt_mesh_light_hsl_sat_srv
*
srv
=
model
->
user_data
;
lighting_server.c:1666
light_hsl_sat_set()
struct
bt_mesh_light_hsl_sat_srv
*
srv
=
model
->
user_data
;
lighting_server.c:3035
light_server_init()
struct
bt_mesh_light_hsl_sat_srv
*
srv
=
model
->
user_data
;
lighting_server.c:3344
light_server_deinit()
struct
bt_mesh_light_hsl_sat_srv
*
srv
=
model
->
user_data
;
state_binding.c:282
bt_mesh_update_binding_state()
void
light_hsl_sat_tt_values
(
struct
bt_mesh_light_hsl_sat_srv
*
srv
,
state_transition.c:202
light_hsl_sat_tt_values()
light_hsl_sat_tt_values()::srv
struct
bt_mesh_light_hsl_sat_srv
*
srv
=
CONTAINER_OF
(
work
,
state_transition.c:787
light_hsl_sat_work_handler()
struct
bt_mesh_light_hsl_sat_srv
,
state_transition.c:788
light_hsl_sat_work_handler()
void
light_hsl_sat_tt_values
(
struct
bt_mesh_light_hsl_sat_srv
*
srv
,
state_transition.h:53
light_hsl_sat_tt_values()
light_hsl_sat_tt_values()::srv
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
light_hsl_sat_tt_values()::srv
light_hsl_sat_tt_values()
state_transition.h:53
light_hsl_sat_tt_values()::srv
light_hsl_sat_tt_values()
state_transition.c:202
Lifecycle
from
examples
All items filtered out
All items filtered out