bleak icon indicating copy to clipboard operation
bleak copied to clipboard

Notification callback is not called continuously

Open jaekwonKim opened this issue 3 years ago • 2 comments

  • bleak version: 0.14.3
  • Python version: 3.8
  • Operating System: Window 10
  • BlueZ version (bluetoothctl -v) in case of Linux:

I try to get notification continuously. This means stop_notify not called. Only called start_notify. Device send every 100ms to buffered data(It mostly 150 bytes). Most of times callback is not called. In this case, try to start notification again, callback is called some of times and stop again.

Device MCU is nRF52833 so I can check notification by nRF52840 USB Dongle. Device send all notification.

How can I get notification continuously??

jaekwonKim avatar Jun 10 '22 00:06 jaekwonKim

I would try logging Bluetooth packets to see if the notifications are getting to the Bluetooth stack on Windows. See the troubleshooting section of the docs for instructions on how to do this.

dlech avatar Jun 10 '22 01:06 dlech