Hello,
The project "simpleBLEperipheral" has below default settings.
// For all hardware platforms, device starts advertising upon initialization
uint8_t initialAdvertEnable = TRUE;
If it is turned off (initialAdvertEnable = FALSE), event SBP_PERIODIC_EVT does not get triggered at all.
[ therefore, SimpleBLEPeripheral_performPeriodicTask() is not getting called periodically ]
Event also does get triggered even Util_startClock(&periodicClock) is called during SimpleBLEPeripheral_init()
Is there any relation with this periodic event and advertisement enabling / disabling ?
Regards.
Rasikraj.
