ESP-IDF
bt_mesh_light_server_state_change_t::xyl_set
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_server_state_change_t::xyl_set
bt_mesh_light_server_state_change_t::xyl_set field
Syntax
Show:
Summary
Declaration
from
lighting_server.h:323
struct
{
uint16_t
lightness
;
uint16_t
x
;
uint16_t
y
;
}
xyl_set
;
Examples
References
from
examples
Code
Location
Referrer
}
xyl_set
;
lighting_server.h:327
.
xyl_set
.
lightness
=
srv
->
state
->
lightness
,
lighting_server.c:2009
light_xyl_set()
.
xyl_set
.
x
=
srv
->
state
->
x
,
lighting_server.c:2010
light_xyl_set()
.
xyl_set
.
y
=
srv
->
state
->
y
,
lighting_server.c:2011
light_xyl_set()
change
.
xyl_set
.
lightness
=
srv
->
state
->
lightness
;
state_transition.c:858
light_xyl_work_handler()
change
.
xyl_set
.
x
=
srv
->
state
->
x
;
state_transition.c:859
light_xyl_work_handler()
change
.
xyl_set
.
y
=
srv
->
state
->
y
;
state_transition.c:860
light_xyl_work_handler()
change
.
xyl_set
.
lightness
=
srv
->
state
->
lightness
;
state_transition.c:886
light_xyl_work_handler()
change
.
xyl_set
.
x
=
srv
->
state
->
x
;
state_transition.c:887
light_xyl_work_handler()
change
.
xyl_set
.
y
=
srv
->
state
->
y
;
state_transition.c:888
light_xyl_work_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_light_server_state_change_t::xyl_set
is read by 1 function:
All items filtered out
bt_mesh_light_server_state_change_t::xyl_set
light_xyl_work_handler()
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