Android-BLE-Library
Android-BLE-Library copied to clipboard
A library that makes working with Bluetooth LE on Android a pleasure. Seriously.
Android 16 has new intent filters for bond loss and excnryption changes as documented here https://developer.android.com/about/versions/16/behavior-changes-16#connectivity and https://developer.android.com/about/versions/16/behavior-changes-all#improved-bond-loss-handling any plans to incorporate the extra features into the library?
Reproduction environment: Phone: Google Pixel 6 (other Google phones should be the same) Android version: Android 14 Reproduction steps: Method One: 1. Connect to a Bluetooth device and disconnect after...
I am working on an Android app that needs to communicate with a BLE device. I am using `Android-BLE-Library` for this as this is a production-grade app. I had a...
Hi Thanks for creating the amazing libraries for BLE on Android, I am working on a production project to be released on playstore in early April & a bit confused...
Is it possible to use this library with Android's Companion Device mode? If so, is there an example available?
I have created Jetpack compose Android application which connects to a BLE device. BLE device updates its state and sends data to the app. Previously I have used Android 11...
I was using the alpha version of Jetpack Bluetooth which returns androidx.bluetooth.BluetoothDevice and trying to connect to the device using your library, but I need a android.bluetooth.BluetoothDevice object for that....