I use nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_hrs_freertos.
I find freeRTOS idle task.
void vApplicationIdleHook( void )
{
#if NRF_LOG_ENABLED
vTaskResume(m_logger_thread);
#endif
}
But no find idle handle,like this nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_hrs dle_state_handle() .
So How to enter Idle mode.