What's the mechanism of getting data from the SoftDevice?
-We store our parameters in the stack and call SVC func which passes it to the handler mode and does some magic and in return calls Software Interrupt to notify us about some event. But how we get our data from the SoftDevice (under the hood)?