Home
last modified time | relevance | path

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

/external/bluetooth/bluez/plugins/
Dhciops.c51 static guint ctl_io_id = 0; variable
375 ctl_io_id = g_io_add_watch(ctl_io, G_IO_IN, io_stack_event, NULL); in hciops_setup()
390 if (ctl_io_id) { in hciops_cleanup()
391 g_source_remove(ctl_io_id); in hciops_cleanup()
392 ctl_io_id = 0; in hciops_cleanup()