This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Sony Xperia Z5 Compact RSSI is null if setReportDelay() is used

Hi together,

I'm trying to scan for BLE Beacons and I got the problem that if I set setReportDelay() to a value unlike zero, the onBatchScanResults() method is called and all RSSI values are null.

If if set setReportDelay() to zero, the onScanResult() method is called and getRssi() works as expected.

I read in another post that some SmartPhones have a bug with batching scanresults. I logged the isOffloadedScanBatchingSupported() and it is true.

So, is the z5 known for that bug or am I doing something wrong?

Best regards, Alexander

Related