Hi,
I am using the simple peripheral project. There are 3 centrals connected to the peripheral. Each with different connection intervals. I need to set a different pin for the peripheral in the user task depending on which central the next connection event is for. A good place to do that would be in SimplePeripheral_processConnEvt(). The problem is that the information for which connection the next connection event is happening is not available by means known to me. Since the the ll sheduler should know this information I wonder if we can use some of the exposed api without risking the unexpected behaviour mentioned in ll_sheduler.h
Best Regards