Searched refs:l2cap_io (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluez/src/
H A Dsdpd-server.c52 static GIOChannel *l2cap_io = NULL, *unix_io = NULL; variable
268 l2cap_io = g_io_channel_unix_new(l2cap_sock);
269 g_io_channel_set_close_on_unref(l2cap_io, TRUE);
271 g_io_add_watch(l2cap_io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL,
294 if (l2cap_io)
295 g_io_channel_unref(l2cap_io);

Completed in 41 milliseconds