IanHarvey / bluepy

Python interface to Bluetooth LE on Linux
Other
1.6k stars 491 forks source link

correctly set timeout in "p.waitForNotifications(1.0)" #454

Open SergioEanX opened 3 years ago

SergioEanX commented 3 years ago

Suppose to have a bluetooth device sending notification every 5', how I have to correctly set the timeout parameter in waitForNotifications ? I suppose p.waitForNotifications(300.0), am I right? Thanks.