This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Single Central and two peripheral connections

Hello, I would like to establish bidirectional communication between single central and two peripherals. I referred ble multilink central example and made corresponding changes in NUS Uart example.

But my code is not coming out of ble_stack_init() function. I suspect SOFTDEVICE_HANDLER_INIT() function inside ble_stack_init().

Am I suppose to change RAM settings if central_link_count is increased in NUS Uart client example? And are there any non-trivial changes need to be done if central_link_count is increased in NUS Uart client example? Please guide me.

I am using NRF52832 IC and SDK version 12.2.0, SoftDevice S132.

Related