Hi
I am working on the ble_central_and_peripheral example in nRF51_SDK_8.1.0_b6ed55f .In this example it is possible for us to connect to 3 peripherals only.But we would want to connect it to 6 peripherals.
I tried changing # define NUMBER_OF_PERIPHERALS = 6 and made the appropriate changes in address for 6 slaves.But still we could connect only to 3 slaves,and it displays the error Connection error - error code 0x4(max connection??).
How can we make it possible to connect to 6 slaves??
regards