BLE Question: Which framework is the most stable? ...
# announcements
g
BLE Question: Which framework is the most stable? Android BLE - android.bluetooth Nordic Android-BLE-Library - https://github.com/NordicSemiconductor/Android-BLE-Library FastBLE - https://github.com/Jasonchenlijian/FastBle
s
unsure what this has to do with Kotlin — are you in the right place?
g
Trying to use BLE in Kotlin
Nordic claims the default libraries have issues
e
FastBLE appears to have more stars and has been around for longer. I’d assume you’d want to use that one based solely on the fact that it probably has better support
l
There's also BleGattCoroutines (I'm the maintainer), which is full Kotlin and not abandoned.
👍 1
g
I ended up using the android native BLE successfully.
172 Views