Home
last modified time | relevance | path

Searched refs:k_delayed_work_submit_periodic (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_timer.h185 int k_delayed_work_submit_periodic(struct k_delayed_work *work, int32_t period);
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_common/
Dmesh_timer.c125 int k_delayed_work_submit_periodic(struct k_delayed_work *work, int32_t period) in k_delayed_work_submit_periodic() function
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_models/server/
Dstate_transition.c109 k_delayed_work_submit_periodic(&transition->timer, K_MSEC(transition->quo_tt)); in transition_timer_start()