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

I've been running into a couple of stability issues with the latest release 1.0.15. The probable pattern is as follows: 1. Client device moves away from the server and gets...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fastlane](https://fastlane.tools) ([source](https://togithub.com/fastlane/fastlane), [changelog](https://togithub.com/fastlane/fastlane/releases)) | `2.214.0` -> `2.220.0`...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/NordicSemiconductor/Kotlin-BLE-Library). - WARN:...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.devtools.ksp](https://goo.gle/ksp) ([source](https://togithub.com/google/ksp)) | `1.9.23-1.0.20` -> `2.0.0-1.0.21` |...

Hello, thank you for providing the library. I'd like to ask how to receive a callback indicating a successful subscription when initiating a GATT notification subscription. Currently, it seems that...

# Background Right now the library is using 2.0. So I have two questions: - Why decided to use slf4j instead of the past self-described logging system? - What to...

enhancement

I was pointed to this library over from the classic [Android-BLE-Library](https://github.com/NordicSemiconductor/Android-BLE-Library/) and was at a loss how to start. Is there no documentation, or am I just unable to find...

question

both app_server and app_client build but crash when run app_server I get: ``` 2024-03-23 08:12:18.188 32625-32625 AndroidRuntime no....android.kotlin.ble.app.server E FATAL EXCEPTION: main Process: no.nordicsemi.android.kotlin.ble.app.server, PID: 32625 java.lang.RuntimeException: Cannot create an...

bug

Hello, I've been using `ClientBleGatt.connect(...)` to connect to a `ServerDevice` retrieved from scanning. Once in a while, the connect function will hang. I first ran into this while still using...

bug

In some situation, with the bluetooth device put in a disconnection pocket, we can have the suspend function `ClientBleGattCharacteristic.read()` never returning. In my point of view, the expected behaviour would...