Tool/software: Code Composer Studio
I'm working on BLE5 simple central code to connect to multiple peripherals and get their RSSI values. Right now i am able to connect to multiple devices and print their RSSI values sequentially lilke o print the RSSI readings parallely from all the devices at the same time.
What changes have to be done to get multiple values simulatenously on the terminal ?