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

Android scan not working #300

Closed Coimbra1984 closed 3 months ago

Coimbra1984 commented 3 months ago

Hi,

I built the android branch and created a dart ffi wrapper around the library. It works well on a windows and linux host, but when I scan for peripherals on android, I get 1 device and then nothing more happens. Looking into the code, do I understand it right that the android side is not implemented (yet)?

Best regards,

Markus

kdewald commented 3 months ago

The Android branch is still in a very early stage and less than 10% complete. Please wait until the official release.

Coimbra1984 commented 3 months ago

ok, thanks. If it helps, I found an implementation here: https://github.com/freeors/SDL/blob/master/SDL2-2.0.8/src/peripheral/android/SDL_sysble.c