Kotlin-BLE-Library icon indicating copy to clipboard operation
Kotlin-BLE-Library copied to clipboard

Results 37 Kotlin-BLE-Library issues
Sort by recently updated
recently updated
newest added

This is not a consistent error. It happens here and there. It feels like maybe a race condition? If bluetooth is turned off and it is turned back on, and...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [fastlane](https://fastlane.tools) ([source](https://redirect.github.com/fastlane/fastlane), [changelog](https://redirect.github.com/fastlane/fastlane/releases)) | `2.214.0`...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.devtools.ksp](https://goo.gle/ksp) ([source](https://redirect.github.com/google/ksp)) | `2.0.0-1.0.22` -> `2.0.21-1.0.25` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.devtools.ksp/2.0.21-1.0.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Right now we are using deprecated slf4j and deprecated slf4j-timber. I updated slf4j-timber to support up to 2+ and publish it via Maven Central: https://github.com/LionZXY/slf4j2-timber Fix for https://github.com/NordicSemiconductor/Kotlin-BLE-Library/issues/140

I implemented the ble peripheral device function according to the method in ServerViewModel.kt, but I found that it can broadcast after calling advertise(), but calling stopAdvertise() cannot stop broadcasting. I...

When the app is in the background, and a beacon comes into range, app does not receive notification that beacon is present. The beacon can be around for quite a...

question

BluetoothGatt `requestConnectionPriority` has boolean return type https://developer.android.com/reference/android/bluetooth/BluetoothGatt#requestConnectionPriority(int) It will be nice if `ClientBleGatt`'s `requestConnectionPriority` function do the same thing

enhancement