Hi, I'm developing a Eddystone Beacon based on the Eddystone example of the SDK 15.2.0 using a nRF52832 chip. I've made some modifications to the code, but I'm facing difficulties in the implementation of a major feature. I need to dynamic control the active slots, for example let's consider that there are 2 slots programmed, both of type UID, slot 0 is always advertising, however slot 1 only advertises when a button is pressed, and here is the problem that i'm facing. I'm unable to find/understand in the code if this is possible, and if it is where and how it should be done.
Thanks in advance for any help.