/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;
|
hciemu.c | 783 bs.sco_mtu = 0;
|
/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...] |
/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...] |
/external/qemu/hw/ |
bt.h | 1042 uint8_t sco_mtu; member in struct:__anon9973 1225 uint8_t sco_mtu; member in struct:__anon9998 [all...] |
bt-hci.c | [all...] |
/external/bluetooth/bluez/tools/ |
hciconfig.c | [all...] |
/external/bluetooth/hcidump/parser/ |
hci.c | [all...] |