This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Limit number of packets per connection event?

Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends in the LowerStack priority level to allow a sensor to be sampled quickly at the Application High priority level.

It looks like the Radio Notification feature is able to limit the number of packets in a connection interval (according to table 14 of S110 nRF51822 SoftDevice Specification v1.2) but this only works when the connection interval is short enough to require limiting the length of the connection event -- it has no effect otherwise.

Related