Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer.c127 static non_repeating_timer_t *startup_timer; variable
186 startup_timer = non_repeating_timer_new(startup_timeout_ms, startup_timer_expired, NULL); in start_up()
187 if (!startup_timer) { in start_up()
193 non_repeating_timer_restart(startup_timer); in start_up()
301 non_repeating_timer_free(startup_timer); in shut_down()
409 non_repeating_timer_cancel(startup_timer); in firmware_config_callback()