iDevicesInc/SweetBlue

startRssiPoll Not Working When BleDevice in BleDeviceState.DISCONNECTED.

Closed this issue · 4 comments

It is to my understanding that startRssiPoll can be called even when the BleDevice is in state BleDeviceState.DISCONNECTED because in the docs it says "TIP: You can call this method when the device is in any BleDeviceState, even BleDeviceState.DISCONNECTED." However when I try performing this poll when that device is in that state the callback is never called.

Thanks for the report. There's one caveat to that statement. A scan must be running for any RSSI values to come through the listener.

However, you're right that it's not working. We'll get it fixed in a future version.

Great, that is what I had assumed! Any estimate on a time frame for this bug fix?

Just checking the status on this. Do you have an ETA?

This was fixed in an earlier version.