IanHarvey / bluepy

Python interface to Bluetooth LE on Linux
Other
1.58k stars 490 forks source link

add timeout and BTLETimeoutException #504

Open rimago opened 1 year ago

rimago commented 1 year ago

I have added the possibility to specify a timeout to avoid freezing. The default is None, so it is fully backward compatible.