ESP-IDF
bt_mesh_light_control::prop_state
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_control::prop_state
bt_mesh_light_control::prop_state field
Syntax
Show:
Summary
Declaration
from
lighting_server.h:251
struct
bt_mesh_light_lc_property_state
prop_state
;
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_light_lc_property_state
prop_state
;
lighting_server.h:251
if
(
val
<=
srv
->
lc
->
prop_state
.
time_occupancy_delay
)
{
lighting_server.c:2564
light_lc_sensor_status()
srv
->
lc
->
prop_state
.
set_occupancy_to_1_delay
=
lighting_server.c:2565
light_lc_sensor_status()
srv
->
lc
->
prop_state
.
time_occupancy_delay
-
val
;
lighting_server.c:2566
light_lc_sensor_status()
change
.
sensor_status
.
state
.
set_occupancy_to_1_delay
=
srv
->
lc
->
prop_state
.
set_occupancy_to_1_delay
;
lighting_server.c:2568
light_lc_sensor_status()
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()
value
=
srv
->
lc
->
prop_state
.
time_run_on
&
0xFFFFFF
;
server_common.c:93
bt_mesh_get_light_lc_trans_time()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_light_control::prop_state
is read by 3 functions:
All items filtered out
bt_mesh_light_control::prop_state
light_lc_sensor_status()
get_light_lc_prop_val()
bt_mesh_get_light_lc_trans_time()
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