OpenBluetoothToolbox / SimpleBLE

SimpleBLE - the all-in-one Bluetooth library for MacOS, iOS, Windows, Linux and Android.
https://www.simpleble.org
Other
619 stars 107 forks source link

set_callback_on_disconnected not working on Windows #314

Open 13Pixel opened 1 month ago

13Pixel commented 1 month ago

Hi, I use set_callback_on_disconnected to set callback and identify, that device has disconnected. While everything works on Linux(Ubuntu), on Windows - callback never fires, does anyone else have this issue? maybe find out what is wrong?

Thanks.