Hi All!
Can you please help me that how to add the concurrent connection feature in the ble_app_uart_c example? The reason is that I want to connect the multiple concurrent connections (peripherals) with the central.
There is an example available (ble_app_multilink_central) that is doing the same thing that I need. But the issue with this example is that it only works with the 1M_Phy. When I tried to connect with the coded_phy then it stopped working.
I am able to connect the ble_app_uart_c & ble_app_uart using coded phy so that's why I want to add the concurrent connection feature to make it work for the coded phy .
Thanks In advance!