BleScanCoroutines icon indicating copy to clipboard operation
BleScanCoroutines copied to clipboard

Easier and safer Bluetooth Low Energy scanning with Kotlin coroutines.

Results 3 BleScanCoroutines issues
Sort by recently updated
recently updated
newest added

Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'beepiz_bintray_user' for object of type com.jfrog.bintray.gradle.BintrayExtension.

Since API 24 (Android 7.0), only 5 scan starts are allowed for the app in windows of 30 seconds. This gotcha is among the not well documented parts of Android...

enhancement

Hi Louis, The `scanChannel` extension function currently returns a `Channel`. Do you think a `Flow` might be more suitable here? I'm new to channels/flows/coroutines, so my understanding may not be...