HomeSort by relevance Sort by last modified time
    Searched defs:imtu (Results 1 - 12 of 12) sorted by null

  /external/bluetooth/bluez/test/
btiotest.c 125 uint16_t omtu, imtu; local
129 BT_IO_OPT_IMTU, &imtu,
135 printf("imtu=%u, omtu=%u\n", imtu, omtu);
l2test.c 72 static int imtu = 672; variable
231 opts.imtu = imtu;
324 syslog(LOG_INFO, "Connected [imtu %d, omtu %d, flush_to %d, "
326 opts.imtu, opts.omtu, opts.flush_to, opts.mode, conn.hci_handle,
330 imtu = (opts.imtu > buffer_size) ? buffer_size : opts.imtu;
404 opts.imtu = imtu;
    [all...]
  /external/bluetooth/bluez/health/
hdp_types.h 123 uint16_t imtu; /* Channel incoming MTU */ member in struct:hdp_channel
hdp.c 899 uint16_t imtu, omtu; local
909 BT_IO_OPT_IMTU, &imtu,
934 DBG("MDL imtu %d omtu %d Channel imtu %d omtu %d", imtu, omtu,
935 chan->imtu, chan->omtu);
937 if (!chan->imtu)
938 chan->imtu = imtu;
942 if (chan->imtu != imtu || chan->omtu != omtu
    [all...]
  /external/bluetooth/bluez/audio/
transport.c 75 uint16_t imtu; /* Transport input mtu */ member in struct:media_transport
213 int fd, uint16_t imtu, uint16_t omtu)
219 transport->imtu = imtu;
236 uint16_t imtu, omtu; local
248 ret = avdtp_stream_get_transport(stream, &fd, &imtu, &omtu, NULL);
252 media_transport_set_fd(transport, fd, imtu, omtu);
255 imtu = 0;
262 DBUS_TYPE_UINT16, &imtu,
347 uint16_t imtu, omtu local
    [all...]
control.c 681 uint16_t imtu; local
692 BT_IO_OPT_IMTU, &imtu,
709 control->mtu = imtu;
gstavdtpsink.c 1322 uint16_t imtu, omtu; local
    [all...]
unix.c 726 uint16_t imtu, omtu; local
746 if (!avdtp_stream_get_transport(stream, &client->data_fd, &imtu, &omtu,
756 /* FIXME: Use imtu when fd_opt is CFG_FD_OPT_READ */
    [all...]
avdtp.c 360 uint16_t imtu; member in struct:avdtp_stream
411 uint16_t imtu; member in struct:avdtp
875 uint16_t imtu, uint16_t omtu)
903 stream->imtu = imtu;
    [all...]
  /external/bluetooth/bluez/btio/
btio.c 58 uint16_t imtu; member in struct:set_opts
542 static gboolean l2cap_set(int sock, int sec_level, uint16_t imtu,
546 if (imtu || omtu || mode) {
558 if (imtu)
559 l2o.imtu = imtu;
751 opts->imtu = opts->mtu;
760 opts->imtu = va_arg(args, int);
762 opts->mtu = opts->imtu;
909 *(va_arg(args, uint16_t *)) = l2o.imtu;
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
l2cap.h 51 uint16_t imtu; member in struct:l2cap_options
  /system/bluetooth/bluez-clean-headers/bluetooth/
l2cap.h 39 uint16_t imtu; member in struct:l2cap_options

Completed in 1224 milliseconds