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

A library that makes working with Bluetooth LE on Android a pleasure. Seriously.

Results 67 Android-BLE-Library issues
Sort by recently updated
recently updated
newest added

Is there any adaptation for Android 14?

question

If connect a bonded device with useAutoConnect(true), and the BluetoothProfile.DISCONNECTED signal is received after BluetoothProfile.STATE_CONNECTED but before initialization is completed, then although connectRequest will show success, the device will actually...

bug

Hello everybody, First of all, thanks for your amazing work on this library. I encounter a strange behavior with notifications and would like to understand what I'm doing wrong. I've...

Hey All, I'm facing an issue with the BLE connection. So what exactly happening is that some iOS-based clients are trying to connect with Android-based advertisers and we are using...

awaiting user input

I use a wrong email in the commit for #479. Now re-commit using the correct email address for CLA @philips77 . Please review and merge to main branch

I'm using `no.nordicsemi.android:ble-ktx:2.6.1` library for the server app. Server app is running 24/7 on device with Android 9. Server app does BLE advertising 24/7 and accept connections beside. After few...

Hi! On a One plus 8T device running Android 13, it simply won't connect to the BLE peripheral Here are the logs from `BleManager` and the app is always timing...

Hi Android-Ble-Library developers, we have issue with readCharacteristic request on Samsung devices using Android 13. Issue occurs only when we trying to read data larger then 512. We tried changing...

question

I have the following piece of code: ```kt private val _connectedPeripheral: MutableLiveData = MutableLiveData() public val connectedPeripheral: LiveData get() = _connectedPeripheral private val bleManager = MyBleManager(context) public fun disconnect() {...

I've been trying to find a solution for this error for two days now and I can't understand what happens to the connection not working. I have to try many,...

question