IanHarvey / bluepy

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

Add optional timeout to writeCharacteristic() #423

Closed oleg31415926 closed 3 years ago

oleg31415926 commented 3 years ago

As currently implemented writeCharacteristic(..., withResponse=True) gets stuck if peripheral does not respond.