Hello,
the documentation states: "Get the total number of available application transmission buffers per link in the BLE stack." What does "link" mean in that context? I just ran a test where i connected to two other devices as a master and alternately sent them data. I filled the buffer with many packets for both connections. But I was only able to fill it with 3 packets, 2 for the first node and one for the second. This means that I have a total amount of only three packets that I can schedule for all of my links, right? And if I have 4 links, I have to skip a connection event because I can not fill 4 packets in the buffer, is that right as well?
Thanks