intel-iot-devkit / tinyb

TinyB exposes the BLE GATT API for C++, Java and other languages, using BlueZ over DBus.
MIT License
254 stars 114 forks source link

Timeout was reached #81

Open Be1thaz0r opened 7 years ago

Be1thaz0r commented 7 years ago

Hi,

When I try to connect to my BLE device through tinyb, I often have the exception Timeout was reached. While directly through bluez it connects without any problem and much more faster. Is there any reason/explanation for that?

Thanks in advance,

ychenz commented 5 years ago

Hi @Be1thaz0r were you able to resolve this issue? I got the same issue but wasn't able to find any solutions online. Thanks in advance

rubera commented 5 years ago

Hello @Be1thaz0r @ychenz. Did you find any solution?

Be1thaz0r commented 5 years ago

@rubera I didn't actually even look for it, I didn't have time to figure out what's wrong and finally just moved to another framework. For my needs, WebBluetooth was enough.