Android: Update bluetooth rssi every second
问题 I'm trying to display the bluetooth signal strength (rssi) evry second ( Timer() ) from detected device but i couldn't call onRecive() multiple times because Receiver Lifecycle. I need a way(idea) to refresh the RSSI, or some other way to measure a signal every second? Is it easier if the device is connected? App gives a constant value always: DeviceName 2b:3c:d5:6c:3x:0X 40 db Part of the app stored in Timer() method: BroadcastReceiver mReceiver = new BroadcastReceiver() { public void