I want to implement one central device to ten peripheral devices connections.
I'm using nRF52832 DK and S132 5.0 and SDK 14.0.
So, I have run multilink_central example.
But, the maximum numnber of connections are 8.
I see 20 concurrent connections in all Bluetooth roles on product brief.
According to my research, It is available to connect one peripheral to several centrals.
If so, does 20 concurrent connections means the sum of the former and latter?
I'm wondering what 20 concurrent connestions means and how to implement it.
Thank you.