As it is right now, when you disable Bluetooth, the Proximity Observer will stop working indefinitely until it is restarted after Bluetooth comes back on. Slightly annoying, but luckily it’s easy to work around—in my own apps/projects, I usually have a broadcast receiver which listens for changes in the Bluetooth state, and restarts the observer when Bluetooth goes from off to on.
Hey piotr, thanks for a quick reply, do you have a sample code of that?
Is it just to recreate the zone listeners? I have a broadcast receiver already listening for the bluetooth state just curious whether i should re-create the zone listener or what is required to “restart” the observer?