ESP-IDF
bt_mesh_light_hsl_setup_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_hsl_setup_srv
bt_mesh_light_hsl_setup_srv struct
Syntax
Show:
Summary
Declaration
from
lighting_server.h:128
struct
bt_mesh_light_hsl_setup_srv
{
struct
bt_mesh_model
*
model
;
struct
bt_mesh_server_rsp_ctrl
rsp_ctrl
;
struct
bt_mesh_light_hsl_state
*
state
;
}
;
Fields
Field
Declared as
bt_mesh_light_hsl_setup_srv::model
struct
bt_mesh_model
*
bt_mesh_light_hsl_setup_srv::rsp_ctrl
struct
bt_mesh_server_rsp_ctrl
bt_mesh_light_hsl_setup_srv::state
struct
bt_mesh_light_hsl_state
*
Examples
References
from
examples
Code
Location
Scope
struct
bt_mesh_light_hsl_setup_srv
{
lighting_server.h:128
struct
bt_mesh_light_hsl_setup_srv
*
srv
=
model
->
user_data
;
lighting_server.c:1138
send_light_hsl_status()
struct
bt_mesh_light_hsl_setup_srv
*
srv
=
model
->
user_data
;
lighting_server.c:1153
send_light_hsl_status()
struct
bt_mesh_light_hsl_setup_srv
*
srv
=
model
->
user_data
;
lighting_server.c:1309
light_hsl_publish()
struct
bt_mesh_light_hsl_setup_srv
*
srv
=
model
->
user_data
;
lighting_server.c:1445
light_hsl_default_set()
struct
bt_mesh_light_hsl_setup_srv
*
srv
=
model
->
user_data
;
lighting_server.c:1503
light_hsl_range_set()
struct
bt_mesh_light_hsl_setup_srv
*
srv
=
model
->
user_data
;
lighting_server.c:3013
light_server_init()
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