I'm using SDK 17.1.0, softdevice 7.2.0 as a Bluetooth peripheral. I'm sending notifications to a paired iPhone. The notifications are keyboard keys, and so are time sensitive. If I send many notifications in quick succession, these are queued in the softdevice. If the connection interval is not very short, this can create a lag between the keys being sent and received, particularly if the connection is busy with e.g. service discovery, app reading data etc. Is there any way I can ensure a notification will be sent in the next interval, or get info about the space available in the next interval?