Hi,
when I was checking why my Flutter app does not find any BLE device i find out that you have this app. I realized that this app also does not see any ble device on Android 10. In my app i have to add
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" android:maxSdkVersion="30"/>
to AndroidManifest to make ble scanning possible on Android 10 device. Please add this line to Android manifest and UniversalBle Example.
Hi,
when I was checking why my Flutter app does not find any BLE device i find out that you have this app. I realized that this app also does not see any ble device on Android 10. In my app i have to add
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" android:maxSdkVersion="30"/>to AndroidManifest to make ble scanning possible on Android 10 device. Please add this line to Android manifest and UniversalBle Example.