Searched refs:timeout_in_ms (Results 1 – 1 of 1) sorted by relevance
49 … void btstack_run_loop_async_context_set_timer(btstack_timer_source_t *ts, uint32_t timeout_in_ms){ in btstack_run_loop_async_context_set_timer() argument51 ts->timeout = to_ms_since_boot(get_absolute_time()) + timeout_in_ms + 1; in btstack_run_loop_async_context_set_timer()