Its the first time I use simple_timer. I do not use the Softdevice. So I'm working with the peripeheral simple_timer example(SDK11).
I know from the app_timer, that every timer has an id and they can run simultaneously.
But when I use simple timer, I can only have one timer running.
As example if a repeated timer is running and I start another timer with one shot, then the repeated timer wont run anymore.
How can I use simultaneously timers for peripeheral application?