hi,
i am working on nrf52dk . in example ble_app_uart i want system go in sleep mode.without advertising start. how i can do it.
hi,
i am working on nrf52dk . in example ble_app_uart i want system go in sleep mode.without advertising start. how i can do it.
Hi,
i want system go in sleep mode.without advertising start. how i can do it.
The application goes into system on sleep in the main loop by calling idle_state_handle(). If you don't want to start the advertising just omit the call to advertising_start().
hi,
if i dont write "advertising_start()" then system does not goes to system on sleep mode
hi,
if i dont write "advertising_start()" then system does not goes to system on sleep mode