I want to connect and get data multiple peripheral to a single central device.
I used this example https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink
I debugged this project, I saw this error in this picture.
If I turn on a single peripheral device, I saw this warning like this picture, But it can't get peripheral's tx data.
But I connect my phone, I can get peripheral's tx data.
How can I solve this error??