HomeSort by relevance Sort by last modified time
    Searched refs:BT_IO_L2CAP (Results 1 - 17 of 17) 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,
gattrib.c 409 if (bt_io_get(attrib->io, BT_IO_L2CAP, NULL,
541 if (!bt_io_set(attrib->io, BT_IO_L2CAP, NULL,
586 if (!bt_io_get(attrib->io, BT_IO_L2CAP, NULL,
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,
714 if (bt_io_set(io, BT_IO_L2CAP, NULL,
765 if (bt_io_set(io, BT_IO_L2CAP, NULL,
interactive.c 642 bt_io_set(iochannel, BT_IO_L2CAP, &gerr,
  /external/bluetooth/bluez/input/
server.c 73 bt_io_get(chan, BT_IO_L2CAP, &gerr,
108 bt_io_get(server->confirm, BT_IO_L2CAP, &err,
149 bt_io_get(chan, BT_IO_L2CAP, &err,
187 server->ctrl = bt_io_listen(BT_IO_L2CAP, connect_event_cb, NULL,
201 server->intr = bt_io_listen(BT_IO_L2CAP, NULL, confirm_event_cb,
device.c 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/btio/
btio.h 42 BT_IO_L2CAP,
btio.c 423 if (type == BT_IO_L2CAP)
518 if (type == BT_IO_L2CAP)
582 if (sec_level && !set_sec_level(sock, BT_IO_L2CAP, sec_level, err))
585 if (!set_force_active(sock, BT_IO_L2CAP, force_active, err))
893 if (!get_sec_level(sock, BT_IO_L2CAP,
947 if (!get_force_active(sock, BT_IO_L2CAP,
1167 case BT_IO_L2CAP:
1229 case BT_IO_L2CAP:
1278 case BT_IO_L2CAP:
1362 case BT_IO_L2CAP
    [all...]
  /external/bluetooth/bluez/test/
btiotest.c 124 if (data->type == BT_IO_L2CAP || data->type == BT_IO_SCO) {
235 data = io_data_new(NULL, BT_IO_L2CAP, -1, disconn, -1);
238 data->io = bt_io_connect(BT_IO_L2CAP, connect_cb, data,
247 data->io = bt_io_connect(BT_IO_L2CAP, connect_cb, data,
282 data = io_data_new(NULL, BT_IO_L2CAP, reject, disconn, accept);
285 l2_srv = bt_io_listen(BT_IO_L2CAP, conn, cfm,
294 l2_srv = bt_io_listen(BT_IO_L2CAP, conn, cfm,
  /external/bluetooth/bluez/audio/
control.c 690 bt_io_get(chan, BT_IO_L2CAP, &gerr,
747 bt_io_get(chan, BT_IO_L2CAP, &err,
801 io = bt_io_listen(BT_IO_L2CAP, NULL, avctp_confirm_cb, NULL,
827 io = bt_io_connect(BT_IO_L2CAP, avctp_connect_cb, control, NULL, &err,
avdtp.c 909 bt_io_set(stream->io, BT_IO_L2CAP, &err,
    [all...]
  /external/bluetooth/bluez/health/
mcap.c     [all...]
hdp.c 907 if (!bt_io_get(io, BT_IO_L2CAP, &err,
    [all...]
  /external/bluetooth/bluez/src/
attrib-server.c 773 bt_io_set(le_io, BT_IO_L2CAP, NULL,
932 bt_io_get(io, BT_IO_L2CAP, &gerr,
1086 l2cap_io = bt_io_listen(BT_IO_L2CAP, NULL, confirm_event,
1105 le_io = bt_io_listen(BT_IO_L2CAP, NULL, confirm_event,
device.c     [all...]
  /external/bluetooth/bluez/network/
server.c 572 bt_io_get(chan, BT_IO_L2CAP, &err,
837 na->io = bt_io_listen(BT_IO_L2CAP, NULL, confirm_event, na,
connection.c 371 nc->io = bt_io_connect(BT_IO_L2CAP, connect_cb, nc,

Completed in 33 milliseconds