SimpleBLEPeripheral_taskFxn()中调用的Power_shutdown()
if (events & SBP_PERIODIC_EVT)
{
events &= ~SBP_PERIODIC_EVT;
// Perform periodic application task
// SimpleBLEPeripheral_performPeriodicTask();
Util_stopClock(&periodicClock);
Power_shutdown(NULL);
}