HI,
I have connected to one peripheral from my central and retrieved all the services(For example i need Device Information Service, got all the characteristic values) and stored in global variables.
Now i need to connect another peripheral and pass the information(Earlier which i got connected from peripheral Device Information Service values) using Nordic Uart Service(NUS).
After disconnecting from one peripheral and trying to connect other peripheral my previous global variable data is being lost.how can i do it?
How multilink peripheral_central will work for connecting different device names?