Home
last modified time | relevance | path

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

/btstack/example/
H A Dhid_mouse_demo.c189 static btstack_timer_source_t mousing_timer; variable
224 mousing_timer.process = &mousing_timer_handler; in hid_embedded_start_mousing()
225 btstack_run_loop_set_timer(&mousing_timer, MOUSE_PERIOD_MS); in hid_embedded_start_mousing()
226 btstack_run_loop_add_timer(&mousing_timer); in hid_embedded_start_mousing()
H A Dhog_mouse_demo.c247 static btstack_timer_source_t mousing_timer; variable
301 mousing_timer.process = &mousing_timer_handler; in hid_embedded_start_mousing()
302 btstack_run_loop_set_timer(&mousing_timer, MOUSE_PERIOD_MS); in hid_embedded_start_mousing()
303 btstack_run_loop_add_timer(&mousing_timer); in hid_embedded_start_mousing()