I hope to send a message from two slave to one master using nRF52 through bluetooth.
I send a message from a slave to a master with ble_app_uart_c and ble_app_uart. And I also connected two slave and one master with ble_app_multilink_central and peripheral. But I can't combine and apply that two case.
So please tell me how to send a message in multilink code, or how to use ble_app_uart as multilink.
I also found some information on internet, but I can't understand with them.