Searched refs:mousing_timer (Results 1 – 2 of 2) sorted by relevance
189 static btstack_timer_source_t mousing_timer; variable224 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()
247 static btstack_timer_source_t mousing_timer; variable301 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()