sputnikdev / bluetooth-manager

Java Bluetooth Manager. A library/framework for managing bluetooth adapters, bluetooth devices, GATT services and characteristics
Apache License 2.0
95 stars 22 forks source link

Automatic discovery process for adapters gets stuck if no usb dongles are present #4

Closed vkolotov closed 6 years ago

vkolotov commented 6 years ago

If no any tinyb usb dongles are connected, then the discovery process hags until it times out throwing a runtime exception. This prevents discovery of Blugiga adapters.

In order to fix that, discovery processes for different transports must be separated or an error handling must be implemented for each transport.

vkolotov commented 6 years ago

That was fixed as a part of multithreading improvements.