kable icon indicating copy to clipboard operation
kable copied to clipboard

Kotlin Asynchronous Bluetooth Low-Energy

Results 141 kable issues
Sort by recently updated
recently updated
newest added

As reported on [Slack](https://kotlinlang.slack.com/archives/CCSFQJD7V/p1657826674343689), observation isn't starting after a previous observation is cancelled (and remote peripheral is powered off and back on). Upon reconnecting, `setCharacteristicNotification` is not called to enable...

bug

Hi Team, I'm facing a crash during write operation to a characteristics. I'm able to write and read other characteristics but not to one of characteristics among them. Could you...

Experiencing app crash at Android 12, but it works fine for < Android OS v12. I've added the permissions for Android 12 too i.e, Bluetooth Connect and Bluetooth Scan. 2022-07-28...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.jetbrains.kotlinx:atomicfu-jvm](https://togithub.com/Kotlin/kotlinx.atomicfu) | dependencies | patch | `0.18.2` -> `0.18.3` | --- ### Release...

renovate

In the context of my app I need to retrieve the peripheral in order to get the identifier. The problem is that, on Android, it [registers a broadcast receiver](https://github.com/JuulLabs/kable/blob/main/core/src/androidMain/kotlin/Peripheral.kt#L137) every...

bug

I'm trying to use `requestConnectionPriority` but cannot find a way to call the method on the client. I read #36 and the attached pull request !125 and tried [`peripheral.requestConnectionPriority(Priority.High)`](https://github.com/JuulLabs/kable/issues/36#issuecomment-867416232) with...

Our app is crashing when trying to connect to the BLE. This is from starting the app and then trying to connect. com.juul.kable.GattStatusException: OnCharacteristicRead(characteristic=00002a28-0000-1000-8000-00805f9b34fb, value=0 bytes, status=GATT_ERROR(133)) at com.juul.kable.AndroidPeripheral.read(Peripheral.kt:710) at...

Hello everyone. The GattRequestRejectedException is declared in Android module. Thus it is not possible catch it in common code. Is it possible declared it in common module of kable library?...