Hello, I use nrf51822 as peripheral and after connection with central module(nrf51422 dongle) I want to set a period(10 s or more than 10 s) in which Softdevice will have a low priority, and a specified pin will have a high priority. I read a little about Concurrent Multiprotocol Timeslot API, and I understand that I can do this using sd_radio_session_open() ,sd_radio_session_close() and sd_radio_request().It's this possible? Exist an example for this?