I've been looking around a lot at the best way to connect to a paired Bluetooth device when it comes back in range, and so far I have a background service that cycles through all of the paired devices and attempts to connect to them every 10 seconds or so.
I was wondering if there was a better way to accomplish this, such as receiving a message when it comes back in range, so that I wouldn't have my device constantly attempting to connect to devices and draining battery life. I've found that ACTION_FOUND doesn't work consistently for paired devices, but maybe there's something I'm missing.