HomeSort by relevance Sort by last modified time
    Searched refs:connect_cb (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluez/test/
btiotest.c 97 static void connect_cb(GIOChannel *io, GError *err, gpointer user_data) function
175 if (!bt_io_accept(data->io, connect_cb, data,
210 if (!bt_io_accept(io, connect_cb, data,
238 data->io = bt_io_connect(BT_IO_L2CAP, connect_cb, data,
247 data->io = bt_io_connect(BT_IO_L2CAP, connect_cb, data,
276 conn = connect_cb;
322 data->io = bt_io_connect(BT_IO_RFCOMM, connect_cb, data,
331 data->io = bt_io_connect(BT_IO_RFCOMM, connect_cb, data,
360 conn = connect_cb;
409 data->io = bt_io_connect(BT_IO_SCO, connect_cb, data
    [all...]
  /external/bluetooth/bluez/plugins/
pnat.c 272 static void connect_cb(GIOChannel *io, GError *err, gpointer user_data) function
299 if (!bt_io_accept(client->io, connect_cb, server, NULL, &err)) {
  /external/bluetooth/bluez/network/
connection.c 361 static void connect_cb(GIOChannel *chan, GError *err, gpointer data) function
408 nc->io = bt_io_connect(BT_IO_L2CAP, connect_cb, nc,
  /external/bluetooth/bluez/audio/
headset.c 115 struct connect_cb { struct
434 static void pending_connect_complete(struct connect_cb *cb, struct audio_device *dev)
495 struct connect_cb *cb;
503 cb = g_new(struct connect_cb, 1);
    [all...]
  /external/bluetooth/bluez/src/
btio.c 138 static gboolean connect_cb(GIOChannel *io, GIOCondition cond, function
233 g_io_add_watch_full(io, G_PRIORITY_DEFAULT, cond, connect_cb, conn,

Completed in 125 milliseconds