I want to have an application similar to UART in the SDK example, with multiple peripherals.
I tried to modified existing UART example, but cannot make the central node to support multiple peripherals because softdevice_enable() only accepts 1 central link count. It returns run time error if central link count > 1.
My questions are:
(1) is it possible just to modify UART code to achieve my goal?
If not, can I combine UART and multiple link examples?
Is there a better way?