How to control the sensor data coming from multiple peripheral devices simultaneously to one central device and to add priority to those peripherals

I have taken 3 development boards of nrf52832,  used nRF5_SDK_17.0.2_.  On one board I have connected sensor-1 and I used ble_peripheral (ble_app_uart) code , on 2nd dev. board I have connected sensor-2 and used ble_peripheral (ble_app_uart) code and on 3rd board I have implemented ble_central_uart_multilink code, and I'm successfully able to get sensor data from both peripherals. 

But I'm getting data continuously and randomly, I'm unable to control the data received by central device.
 
How can I control the data coming to central device ,consider for example I want the data to be received to central device in a particular sequence. How can I achieve this ? Can I give any priority to the peripherals connected to the central device or else is there any alternative to achieve this. 


I'm sharing the screen shorts received on central device while connected to single peripheral and after connecting 2 peripheral devices. 

     

kindly help me to resolve this issue.

Thanks In Advance.

Regards,

Pavan Yalla.

Related