Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_access.c884 static btstack_timer_source_t mesh_access_publication_timer; variable
1056 btstack_run_loop_remove_timer(&mesh_access_publication_timer); in mesh_model_publication_run()
1064 btstack_run_loop_set_timer(&mesh_access_publication_timer, next_timeout_ms); in mesh_model_publication_run()
1065 btstack_run_loop_set_timer_handler(&mesh_access_publication_timer, mesh_model_publication_run); in mesh_model_publication_run()
1066 btstack_run_loop_add_timer(&mesh_access_publication_timer); in mesh_model_publication_run()