Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dheartbeat.c36 static struct k_work_delayable pub_timer; variable
62 k_work_reschedule(&pub_timer, K_SECONDS(pub.period)); in hb_publish_end_cb()
245 (void)k_work_cancel_delayable(&pub_timer); in pub_disable()
281 k_work_reschedule(&pub_timer, K_NO_WAIT); in bt_mesh_hb_pub_set()
384 k_work_init_delayable(&pub_timer, hb_publish); in bt_mesh_hb_init()
392 k_work_reschedule(&pub_timer, K_NO_WAIT); in bt_mesh_hb_start()
401 (void)k_work_cancel_delayable(&pub_timer); in bt_mesh_hb_suspend()
408 k_work_reschedule(&pub_timer, K_NO_WAIT); in bt_mesh_hb_resume()