unsure what this has to do with Kotlin — are you in the right place?
g
Guy Bieber
03/11/2020, 8:39 PM
Trying to use BLE in Kotlin
Guy Bieber
03/11/2020, 8:40 PM
Nordic claims the default libraries have issues
e
Evan R.
03/11/2020, 8:41 PM
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
louiscad
03/13/2020, 10:18 PM
There's also BleGattCoroutines (I'm the maintainer), which is full Kotlin and not abandoned.
👍 1
g
Guy Bieber
04/28/2020, 7:02 PM
I ended up using the android native BLE successfully.