ESP-IDF
bt_mesh_light_lc_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_lc_setup_srv
bt_mesh_light_lc_setup_srv struct
Syntax
Show:
Summary
Declaration
from
lighting_server.h:263
struct
bt_mesh_light_lc_setup_srv
{
struct
bt_mesh_model
*
model
;
struct
bt_mesh_server_rsp_ctrl
rsp_ctrl
;
struct
bt_mesh_light_control
*
lc
;
}
;
Fields
Field
Declared as
bt_mesh_light_lc_setup_srv::model
struct
bt_mesh_model
*
bt_mesh_light_lc_setup_srv::rsp_ctrl
struct
bt_mesh_server_rsp_ctrl
bt_mesh_light_lc_setup_srv::lc
struct
bt_mesh_light_control
*
Examples
References
from
examples
Code
Location
Scope
struct
bt_mesh_light_lc_setup_srv
{
lighting_server.h:263
struct
bt_mesh_light_lc_setup_srv
*
srv
=
model
->
user_data
;
lighting_server.c:2601
get_light_lc_prop_val()
struct
bt_mesh_light_lc_setup_srv
*
srv
=
model
->
user_data
;
lighting_server.c:2717
light_lc_prop_get()
struct
bt_mesh_light_lc_setup_srv
*
srv
=
model
->
user_data
;
lighting_server.c:2748
light_lc_prop_set()
struct
bt_mesh_light_lc_setup_srv
*
srv
=
model
->
user_data
;
lighting_server.c:3083
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