Hi, I've got a serious problem in my project. Some of its features require hard timings. The usage time of these features is longer than the single timeslot and I must be sure that they are done in a single block (they cannot be preempted, so the multiple timeslots also are out of consideration). The idea I've come up with so far is to disable entire softdevice, because during this feature I don't use its API. The question is - if I enable it back on, do I have to configure all the BLE services again?