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

  /external/bluetooth/bluez/test/
hstest.c 164 uint16_t sco_handle, sco_mtu, vs; local
239 if ((sd = sco_connect(&local, &bdaddr, &sco_handle, &sco_mtu)) < 0) {
245 fprintf(stderr, "SCO audio channel connected (handle %d, mtu %d)\n", sco_handle, sco_mtu);
282 while (rlen > sco_mtu) {
283 wlen += write(sd, p, sco_mtu);
284 rlen -= sco_mtu;
285 p += sco_mtu;
hciemu.c 794 bs.sco_mtu = 0;
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 906 uint8_t sco_mtu; member in struct:__anon1591
1188 uint8_t sco_mtu; member in struct:__anon1633
2105 uint16_t sco_mtu; member in struct:hci_dev_info
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 672 uint16_t sco_mtu; member in struct:hci_dev_info
  /external/qemu/hw/
bt.h 1044 uint8_t sco_mtu; member in struct:__anon6216
1227 uint8_t sco_mtu; member in struct:__anon6241
    [all...]
bt-hci.c     [all...]
  /external/bluetooth/hcidump/parser/
hci.c 1329 cp->sco_mtu, btohs(cp->sco_max_pkt));
    [all...]
  /external/bluetooth/bluez/tools/
hciconfig.c     [all...]

Completed in 37 milliseconds