Home
last modified time | relevance | path

Searched refs:onoff_transition_timer (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/
H A Dtransition.c25 struct ble_npl_callout onoff_transition_timer; variable
202 ble_npl_callout_stop(&onoff_transition_timer); in onoff_work_handler()
225 ble_npl_callout_stop(&onoff_transition_timer); in onoff_work_handler()
521 ble_npl_callout_reset(&onoff_transition_timer, K_MSEC(state->cal_tt)); in onoff_tt_handler()
584 ble_npl_callout_set_arg(&onoff_transition_timer, state); in onoff_handler()
585 ble_npl_callout_reset(&onoff_transition_timer, K_MSEC(5 * state->delay)); in onoff_handler()
657 ble_npl_callout_init(&onoff_transition_timer, ble_npl_eventq_dflt_get(), in transition_timers_init()
H A Dtransition.h31 extern struct ble_npl_callout onoff_transition_timer;