android-ble-made-easy
android-ble-made-easy copied to clipboard
An Android Library for handling Bluetooth Low Energy on Android Easy
Hi, I'm trying to use this to make a simple app to get heartbeat and step values from a mi band 6, However when i use ble.scanforasync to find and...
Hi there, I'm pretty new with kotlin and bluetooth and I'm trying your nice library, scan device works perfectly, but when I want to connect to a device and read...
Prompt to enable location service is shown twice on Android 12 devices. Clicking "OK" twice will cause app to crash. Steps to reproduce crash: 1. Disable device Location Service 2....
- moved requestPermissions() from onStart() to onViewCreated() - closes #18
The app does not show Bluetooth permission request prompt on Android 11 device.
Hi, Would not be better to remove this permission (ACCESS_BACKGROUND_LOCATION) from the manifest file ? Without ACCESS_BACKGROUND_LOCATION permission, the scanning works. According to Google doc [BACKGROUND PERMISSION](https://developer.android.com/training/location/background#evaluate) if ACCESS_BACKGROUND_LOCATION is...
I wanted to use the library in Foreground Service, but at the moment it's not possible. Could you please add a context-only constructor?
Hi, I need to read the advertising data from a beacon (sensor device), so no connection is allowed. With this library I can read out from the advertising data the...