I am trying to use the ble_eddystone_app on a nrf52840 dongle. The way this app appears to work is so:
1. device starts in advertising but not connectable mode
2. pressing the button puts the device in connectable mode, but stops advertising
3. connecting to the device makes it non connectable, but starts advertising
4. disconnecting changes the device back to advertising but not connectable
If you change the device to remain connectable, after you disconnect, it will do so, but will cease advertising.
How can I make this device stay advertising and connectable (when it doesn't have an active connection)?