Hi,
I'm developing an application with SDK 15 that requires multiple concurrent links. One peripheral link and several central links.
I want the peripheral link to have as much throughput as possible, and therefore I want it to have an MTU of 247. The central links are secondary and they have a low priority. They can be left with an MTU of 23, and use long connection intervals.
How can I set up this? I can't have the central links with an MTU of 247 due to RAM restrictions (see https://devzone.nordicsemi.com/f/nordic-q-a/40663/ram-requirements-per-central-link).
The closest I got with my implementation is all peripheral and central links with MTU = 23.
Any help with this is appreciated.