good day,
i am using nrf52832 (pca10040) with sdk17.1 and would like to hide/stop the buttonless du service and only make it appear when a command is received. but based on some previous question, it can only be done if we unintialize and initialize the BLE stack.
is there an example on how to uninitialize/initialize the BLE stack?
another way is to make a condition to the dfu buttonless service to stop accepting command.
where can i insert the condition?