ESP-IDF
bt_mesh_server_calc_remain_time()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_server_calc_remain_time()
bt_mesh_server_calc_remain_time() function
Syntax
Show:
Summary
Declaration
Definition
from
state_transition.h:22
void
bt_mesh_server_calc_remain_time
(
struct
bt_mesh_state_transition
*
transition
)
;
Implemented in
state_transition.c:24
Arguments
Argument
transition
Related Functions
Found 6 other functions taking a
bt_mesh_state_transition
argument:
Function
bt_mesh_server_stop_transition()
bt_mesh_server_start_transition()
transition_time_values()
transition_timer_start()
transition_timer_stop()
tt_values_calculator()
Examples
References
from
examples
Code
Location
Referrer
void
bt_mesh_server_calc_remain_time
(
struct
bt_mesh_state_transition
*
transition
)
state_transition.c:24
void
bt_mesh_server_calc_remain_time
(
struct
bt_mesh_state_transition
*
transition
)
;
state_transition.h:22
bt_mesh_server_calc_remain_time
(
&
srv
->
transition
)
;
generic_server.c:66
send_gen_onoff_status()
bt_mesh_server_calc_remain_time
(
&
srv
->
transition
)
;
generic_server.c:242
send_gen_level_status()
bt_mesh_server_calc_remain_time
(
&
srv
->
transition
)
;
generic_server.c:916
send_gen_power_level_status()
bt_mesh_server_calc_remain_time
(
&
srv
->
actual_transition
)
;
lighting_server.c:69
send_light_lightness_status()
bt_mesh_server_calc_remain_time
(
&
srv
->
linear_transition
)
;
lighting_server.c:79
send_light_lightness_status()
bt_mesh_server_calc_remain_time
(
&
srv
->
transition
)
;
lighting_server.c:558
send_light_ctl_status()
bt_mesh_server_calc_remain_time
(
&
srv
->
transition
)
;
lighting_server.c:597
send_light_ctl_status()
bt_mesh_server_calc_remain_time
(
&
srv
->
transition
)
;
lighting_server.c:1117
send_light_hsl_status()
bt_mesh_server_calc_remain_time
(
&
srv
->
transition
)
;
lighting_server.c:1125
send_light_hsl_status()
bt_mesh_server_calc_remain_time
(
&
srv
->
transition
)
;
lighting_server.c:1165
send_light_hsl_status()
bt_mesh_server_calc_remain_time
(
&
srv
->
transition
)
;
lighting_server.c:1175
send_light_hsl_status()
bt_mesh_server_calc_remain_time
(
&
srv
->
transition
)
;
lighting_server.c:1799
send_light_xyl_status()
bt_mesh_server_calc_remain_time
(
&
srv
->
transition
)
;
lighting_server.c:1807
send_light_xyl_status()
bt_mesh_server_calc_remain_time
(
&
srv
->
transition
)
;
lighting_server.c:2207
send_light_lc_status()
Call Tree
from
examples
bt_mesh_server_calc_remain_time()
is called by 8 functions and calls 1 function:
send_gen_onoff_status()
send_gen_level_status()
send_gen_power_level_status()
send_light_lightness_status()
send_light_ctl_status()
send_light_hsl_status()
send_light_xyl_status()
send_light_lc_status()
All items filtered out
bt_mesh_server_calc_remain_time()
k_uptime_get()
All items filtered out
Data Use
from
examples
bt_mesh_server_calc_remain_time()
reads 4 variables and writes 1 variable:
bt_mesh_state_transition::just_started
bt_mesh_state_transition::trans_time
bt_mesh_state_transition::total_duration
bt_mesh_state_transition::start_timestamp
All items filtered out
bt_mesh_server_calc_remain_time()
bt_mesh_state_transition::remain_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