Searched refs:rfcomm_connect_cb (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluez/serial/ |
D | port.c | 320 static void rfcomm_connect_cb(GIOChannel *chan, GError *conn_err, in rfcomm_connect_cb() function 420 port->io = bt_io_connect(BT_IO_RFCOMM, rfcomm_connect_cb, port, in get_record_cb() 460 port->io = bt_io_connect(BT_IO_RFCOMM, rfcomm_connect_cb, port, in connect_port()
|
/external/bluetooth/bluez/audio/ |
D | gateway.c | 221 static void rfcomm_connect_cb(GIOChannel *chan, GError *err, in rfcomm_connect_cb() function 323 io = bt_io_connect(BT_IO_RFCOMM, rfcomm_connect_cb, dev, NULL, &gerr, in get_record_cb() 642 if (!bt_io_accept(gw->rfcomm, rfcomm_connect_cb, dev, NULL, &err)) { in gateway_start_service()
|
/external/bluetooth/bluez/input/ |
D | device.c | 349 static void rfcomm_connect_cb(GIOChannel *chan, GError *err, gpointer user_data) in rfcomm_connect_cb() function 401 io = bt_io_connect(BT_IO_RFCOMM, rfcomm_connect_cb, iconn, in rfcomm_connect()
|