ESP-IDF
bt_mesh_light_lc_setup_srv::lc
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_lc_setup_srv::lc
bt_mesh_light_lc_setup_srv::lc field
Syntax
Show:
Summary
Declaration
from
lighting_server.h:266
struct
bt_mesh_light_control
*
lc
;
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_light_control
*
lc
;
lighting_server.h:266
val
=
(
uint8_t
*
)
&
srv
->
lc
->
prop_state
.
time_occupancy_delay
;
lighting_server.c:2606
get_light_lc_prop_val()
val
=
(
uint8_t
*
)
&
srv
->
lc
->
prop_state
.
time_fade_on
;
lighting_server.c:2609
get_light_lc_prop_val()
val
=
(
uint8_t
*
)
&
srv
->
lc
->
prop_state
.
time_run_on
;
lighting_server.c:2612
get_light_lc_prop_val()
val
=
(
uint8_t
*
)
&
srv
->
lc
->
prop_state
.
time_fade
;
lighting_server.c:2615
get_light_lc_prop_val()
val
=
(
uint8_t
*
)
&
srv
->
lc
->
prop_state
.
time_prolong
;
lighting_server.c:2618
get_light_lc_prop_val()
val
=
(
uint8_t
*
)
&
srv
->
lc
->
prop_state
.
time_fade_standby_auto
;
lighting_server.c:2621
get_light_lc_prop_val()
val
=
(
uint8_t
*
)
&
srv
->
lc
->
prop_state
.
time_fade_standby_manual
;
lighting_server.c:2624
get_light_lc_prop_val()
val
=
(
uint8_t
*
)
&
srv
->
lc
->
prop_state
.
lightness_on
;
lighting_server.c:2627
get_light_lc_prop_val()
val
=
(
uint8_t
*
)
&
srv
->
lc
->
prop_state
.
lightness_prolong
;
lighting_server.c:2630
get_light_lc_prop_val()
val
=
(
uint8_t
*
)
&
srv
->
lc
->
prop_state
.
lightness_standby
;
lighting_server.c:2633
get_light_lc_prop_val()
val
=
(
uint8_t
*
)
&
srv
->
lc
->
prop_state
.
ambient_luxlevel_on
;
lighting_server.c:2636
get_light_lc_prop_val()
val
=
(
uint8_t
*
)
&
srv
->
lc
->
prop_state
.
ambient_luxlevel_prolong
;
lighting_server.c:2639
get_light_lc_prop_val()
val
=
(
uint8_t
*
)
&
srv
->
lc
->
prop_state
.
ambient_luxlevel_standby
;
lighting_server.c:2642
get_light_lc_prop_val()
val
=
(
uint8_t
*
)
&
srv
->
lc
->
prop_state
.
regulator_kiu
;
lighting_server.c:2645
get_light_lc_prop_val()
val
=
(
uint8_t
*
)
&
srv
->
lc
->
prop_state
.
regulator_kid
;
lighting_server.c:2648
get_light_lc_prop_val()
val
=
(
uint8_t
*
)
&
srv
->
lc
->
prop_state
.
regulator_kpu
;
lighting_server.c:2651
get_light_lc_prop_val()
val
=
(
uint8_t
*
)
&
srv
->
lc
->
prop_state
.
regulator_kpd
;
lighting_server.c:2654
get_light_lc_prop_val()
val
=
(
uint8_t
*
)
&
srv
->
lc
->
prop_state
.
regulator_accuracy
;
lighting_server.c:2657
get_light_lc_prop_val()
if
(
srv
==
NULL
||
srv
->
lc
==
NULL
)
{
lighting_server.c:2720
light_lc_prop_get()
if
(
srv
==
NULL
||
srv
->
lc
==
NULL
)
{
lighting_server.c:2752
light_lc_prop_set()
if
(
srv
->
lc
==
NULL
)
{
lighting_server.c:3084
light_server_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_light_lc_setup_srv::lc
is read by 4 functions:
All items filtered out
bt_mesh_light_lc_setup_srv::lc
get_light_lc_prop_val()
light_lc_prop_get()
light_lc_prop_set()
light_server_init()
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