ESP-IDF
bt_mesh_light_ctl_srv
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_srv
bt_mesh_light_ctl_srv struct
Syntax
Show:
Summary
Declaration
from
lighting_server.h:69
struct
bt_mesh_light_ctl_srv
{
struct
bt_mesh_model
*
model
;
struct
bt_mesh_server_rsp_ctrl
rsp_ctrl
;
struct
bt_mesh_light_ctl_state
*
state
;
struct
bt_mesh_last_msg_info
last
;
struct
bt_mesh_state_transition
transition
;
int32_t
tt_delta_lightness
;
int32_t
tt_delta_temperature
;
int32_t
tt_delta_delta_uv
;
}
;
Fields
Field
Declared as
bt_mesh_light_ctl_srv::model
struct
bt_mesh_model
*
bt_mesh_light_ctl_srv::rsp_ctrl
struct
bt_mesh_server_rsp_ctrl
bt_mesh_light_ctl_srv::state
struct
bt_mesh_light_ctl_state
*
bt_mesh_light_ctl_srv::last
struct
bt_mesh_last_msg_info
bt_mesh_light_ctl_srv::transition
struct
bt_mesh_state_transition
bt_mesh_light_ctl_srv::tt_delta_lightness
int32_t
bt_mesh_light_ctl_srv::tt_delta_temperature
int32_t
bt_mesh_light_ctl_srv::tt_delta_delta_uv
int32_t
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
bt_mesh_light_ctl_srv
{
lighting_server.h:69
struct
bt_mesh_light_ctl_srv
*
srv
=
model
->
user_data
;
lighting_server.c:554
send_light_ctl_status()
struct
bt_mesh_light_ctl_srv
*
srv
=
model
->
user_data
;
lighting_server.c:567
send_light_ctl_status()
struct
bt_mesh_light_ctl_srv
*
srv
=
model
->
user_data
;
lighting_server.c:580
send_light_ctl_status()
struct
bt_mesh_light_ctl_srv
*
srv
=
model
->
user_data
;
lighting_server.c:634
light_ctl_get()
struct
bt_mesh_light_ctl_srv
*
srv
=
model
->
user_data
;
lighting_server.c:693
light_ctl_publish()
struct
bt_mesh_light_ctl_srv
*
srv
=
model
->
user_data
;
lighting_server.c:728
light_ctl_set()
struct
bt_mesh_light_ctl_srv
*
srv
=
model
->
user_data
;
lighting_server.c:2965
light_server_init()
struct
bt_mesh_light_ctl_srv
*
srv
=
model
->
user_data
;
lighting_server.c:3296
light_server_deinit()
struct
bt_mesh_light_ctl_srv
*
srv
=
model
->
user_data
;
state_binding.c:194
bt_mesh_update_binding_state()
void
light_ctl_tt_values
(
struct
bt_mesh_light_ctl_srv
*
srv
,
state_transition.c:160
light_ctl_tt_values()
light_ctl_tt_values()::srv
struct
bt_mesh_light_ctl_srv
*
srv
=
CONTAINER_OF
(
work
,
state_transition.c:559
light_ctl_work_handler()
struct
bt_mesh_light_ctl_srv
,
state_transition.c:560
light_ctl_work_handler()
void
light_ctl_tt_values
(
struct
bt_mesh_light_ctl_srv
*
srv
,
state_transition.h:41
light_ctl_tt_values()
light_ctl_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_ctl_tt_values()::srv
light_ctl_tt_values()
state_transition.h:41
light_ctl_tt_values()::srv
light_ctl_tt_values()
state_transition.c:160
Lifecycle
from
examples
All items filtered out
All items filtered out