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
When calling BackgroundScanner.scanBleDeviceInBackground() the below error may be thrown:
java.lang.SecurityException: Need BLUETOOTH_PRIVILEGED permission: Neither user 10188 nor current process has android.permission.BLUETOOTH_PRIVILEGED.
at android.os.Parcel.createException(Parcel.java:1942)
at android.os.Parcel.readException(Parcel.java:1910)
at android.os.Parcel.readException(Parcel.java:1860)
at android.bluetooth.IBluetoothGatt$Stub$Proxy.startScanForIntent(IBluetoothGatt.java:977)
at android.bluetooth.le.BluetoothLeScanner.startScan(BluetoothLeScanner.java:249)
at android.bluetooth.le.BluetoothLeScanner.startScan(BluetoothLeScanner.java:166)
at com.polidea.rxandroidble2.internal.util.RxBleAdapterWrapper.startLeScan(RxBleAdapterWrapper.java:57)
at com.polidea.rxandroidble2.internal.scan.BackgroundScannerImpl.scanBleDeviceInBackground(BackgroundScannerImpl.java:56)
When calling
BackgroundScanner.scanBleDeviceInBackground()
the below error may be thrown:It seems that the Android OS for certain settings needs
BLUETOOTH_PRIVILIGED
permissionThread for discussion
Originally posted by @gryffindor14 in #481 (comment)
The text was updated successfully, but these errors were encountered: