HomeSort by relevance Sort by last modified time
    Searched full:ctl_io (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluez/plugins/
hciops.c 322 GIOChannel *ctl_io, *child_io; local
372 ctl_io = g_io_channel_unix_new(sock);
373 g_io_channel_set_close_on_unref(ctl_io, TRUE);
375 ctl_io_id = g_io_add_watch(ctl_io, G_IO_IN, io_stack_event, NULL);
377 g_io_channel_unref(ctl_io);

Completed in 1511 milliseconds