Hi All,
I need to ask you some questions on using timers in SimpleBLEPeripheral project.
Consider the following scenario. In this project, when the device is in "GAPROLE_WAITING" state the periodic clock of 5s is stopped by calling the following function.
Util_stopClock(&periodicClock);
1. Does this function temporarily stop the clock from running while the device is in this state?
2. Does the clock start running automatically without explicitly calling the function "Util_startClock(&periodicClock);"? I am wondering what happens when the device goes back to "GAPROLE_ADVERTISING" state?
Thanks
Shavinda