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

/external/bluetooth/bluez/audio/
H A Ddevice.c89 guint control_timer; member in struct:dev_priv
116 if (priv->control_timer)
117 g_source_remove(priv->control_timer);
155 dev->priv->control_timer = 0;
170 if (priv->control_timer)
173 priv->control_timer = g_timeout_add_seconds(CONTROL_CONNECT_TIMEOUT,
182 if (dev->priv->control_timer)
183 g_source_remove(dev->priv->control_timer);
184 dev->priv->control_timer = 0;

Completed in 262 milliseconds