You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the feedback
Typo log message has been noted and will be fixed.
Removing the location permission, little more investigation is needed. Since we use some location APIs to work on BLE packet processing and officially still supporting android 11.
This check should be done in the application. Having it in the library limits application developers. It's checked in the demo application. Removing this check from the library should not negatively impact devices running Android 11.
SDK 31+ shouldn't need
ACCESS_FINE_LOCATION
permission, butBluetoothLEManager
requires it.Also there's a typo in the log message. It should be "FINE", not "COARSE".
The text was updated successfully, but these errors were encountered: