Reputation: 1891
I'm using the following method from BLE scanner API on Android 8+ to scan for BLE Beacons
startScan(List<ScanFilter> filters, ScanSettings settings,
PendingIntent callbackIntent)
The problem is that after sometimes I can see Scan Logs but nothing is delivered by the callbackIntent
any idea why is this happening?
Upvotes: 2
Views: 6141