Hello, my question is pretty clear i guess. Is it possible to schedule advertising of 2 different packets on the same chip ?
The way i see it, it should be possible to initialise 2 ble_gap_adv_params_t sturctures, and then in main i can start advertising of one structure, then stop it and start advertising the other one. However doing this manually seems to require precise timing and is more power consuming. Is there any sort of scheduling mechanism in place to do that? (I thought that's what device manager would do, but i dont think it does that. I'm not sure where to look, so all i need is maybe direction where to look at.)
Thanks !