HomeSort by relevance Sort by last modified time
    Searched defs:sco_mtu (Results 1 - 4 of 4) 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);
284 while (rlen > sco_mtu) {
285 wlen += write(sd, p, sco_mtu);
286 rlen -= sco_mtu;
287 p += sco_mtu;
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 967 uint8_t sco_mtu; member in struct:__anon1674
1311 uint8_t sco_mtu; member in struct:__anon1723
2333 uint16_t sco_mtu; member in struct:hci_dev_info
    [all...]
  /external/qemu/hw/
bt.h 1042 uint8_t sco_mtu; member in struct:__anon9973
1225 uint8_t sco_mtu; member in struct:__anon9998
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 974 uint8_t sco_mtu; member in struct:__anon30377
1337 uint8_t sco_mtu; member in struct:__anon30426
2420 uint16_t sco_mtu; member in struct:hci_dev_info
    [all...]

Completed in 558 milliseconds