IanHarvey / bluepy

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

Does bluepy implements a queue or buffer? #356

Open EinSoldiatGott opened 5 years ago

EinSoldiatGott commented 5 years ago

Hi.

I have a Sports sensor which notifies the measurement around each second. But I've noticed that if I turn off the sensor I still receive notifications for 1 minute in the delegateNotfs function.

If I perform the same test with gatttool it stops the notifications as soon as I turn off the sensor.

So I wonder if bluepy is using some kind of buffer?? Or how is it possible that I receive notifications when the sensor is off.

Thanks