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

  /external/bluetooth/bluez/attrib/
utils.c 85 chan = bt_io_connect(BT_IO_L2CAP, connect_cb, NULL, NULL, &err,
93 chan = bt_io_connect(BT_IO_L2CAP, connect_cb, NULL, NULL, &err,
client.c 384 io = bt_io_connect(BT_IO_L2CAP, connect_cb, gatt, NULL, gerr,
391 io = bt_io_connect(BT_IO_L2CAP, connect_cb, gatt, NULL, gerr,
  /external/bluetooth/bluez/btio/
btio.h 91 GIOChannel *bt_io_connect(BtIOType type, BtIOConnect connect,
btio.c 1335 GIOChannel *bt_io_connect(BtIOType type, BtIOConnect connect, function
  /external/bluetooth/bluez/test/
btiotest.c 238 data->io = bt_io_connect(BT_IO_L2CAP, connect_cb, data,
247 data->io = bt_io_connect(BT_IO_L2CAP, connect_cb, data,
322 data->io = bt_io_connect(BT_IO_RFCOMM, connect_cb, data,
331 data->io = bt_io_connect(BT_IO_RFCOMM, connect_cb, data,
409 data->io = bt_io_connect(BT_IO_SCO, connect_cb, data,
416 data->io = bt_io_connect(BT_IO_SCO, connect_cb, data,
  /external/bluetooth/bluez/audio/
gateway.c 320 io = bt_io_connect(BT_IO_RFCOMM, rfcomm_connect_cb, dev, NULL, &gerr,
650 io = bt_io_connect(BT_IO_SCO, sco_connect_cb, dev, NULL, &err,
control.c 827 io = bt_io_connect(BT_IO_L2CAP, avctp_connect_cb, control, NULL, &err,
headset.c 624 io = bt_io_connect(BT_IO_SCO, sco_connect_cb, dev, NULL, &err,
    [all...]
avdtp.c     [all...]
  /external/bluetooth/bluez/serial/
port.c 400 port->io = bt_io_connect(BT_IO_RFCOMM, rfcomm_connect_cb, port,
440 port->io = bt_io_connect(BT_IO_RFCOMM, rfcomm_connect_cb, port,
  /external/bluetooth/bluez/input/
device.c 368 io = bt_io_connect(BT_IO_RFCOMM, rfcomm_connect_cb, iconn,
861 io = bt_io_connect(BT_IO_L2CAP, interrupt_connect_cb, iconn,
942 io = bt_io_connect(BT_IO_L2CAP, control_connect_cb, iconn,
  /external/bluetooth/bluez/network/
connection.c 371 nc->io = bt_io_connect(BT_IO_L2CAP, connect_cb, nc,
  /external/bluetooth/bluez/health/
mcap.c     [all...]
  /external/bluetooth/bluez/src/
device.c     [all...]
  /external/bluetooth/bluez/plugins/
hciops.c     [all...]

Completed in 1019 milliseconds