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

/external/bluetooth/bluez/plugins/
H A Dhciops.c70 static guint child_io_id = 0; variable
2816 child_io_id = g_io_add_watch(child_io,
2874 if (child_io_id) {
2875 g_source_remove(child_io_id);
2876 child_io_id = 0;

Completed in 80 milliseconds