Searched defs:last_adapter_timeout (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluez/src/
H A Dmain.c280 static guint last_adapter_timeout = 0; variable
285 last_adapter_timeout = 0;
294 if (last_adapter_timeout > 0)
295 g_source_remove(last_adapter_timeout);
297 last_adapter_timeout = g_timeout_add_seconds(LAST_ADAPTER_EXIT_TIMEOUT,
303 if (last_adapter_timeout == 0)
306 g_source_remove(last_adapter_timeout);
307 last_adapter_timeout = 0;

Completed in 47 milliseconds