Hello
I am working to connect several centrals(MAX : 4) for one peripheral. I found nRF5_SDK_14.1.0_1dda907\examples\ble_peripheral\experimental\ble_app_multiperipheral example for me in SDK library.
Based on this example and nus_uart example, I am going to implement multiperipheral firmware with NUS service, but it doesn't work for 64bytes MTU size. It works well on default MTU size 23bytes.
I want to increase to 64 bytes for MTU size.
SDK is 14.1 and S132. Please help me.
Thank you.