This is referring to running a peripheral device on the PCA10028 eval board.
Let's say I have a connection interval of 100 ms, and a slave latency of 5.
So the BT stack only wakes up every 500 ms to interact with every 5th connection event.
Is it possible to force a wake up and to listen to all connection events WITHOUT renegotiating with the master for new connection parameters? (Slave Latency in particular.) I know I can send data out on each connection interval, but can I force the SoftDevice to 'listen' on each interval without going through a renegotiation with the master?
Thanks for any info.