Hello,
I am using S120 central stack 2.1.0 with SDK 9.0 and able to work with single server connection. Now I am trying to connect to 2 peripherals with 2 different UUID and services. This is how it is working now:
- Scan for devices
- Connect to P1
- Scan for devices
- Connect to P2
- Send data to P1
But when I try to send data to P1 after connected to P1 and P2, the data is not able to send. For handling multiple slaves, should I have to implement the same way as in file client_handling.c ?
Regards,
Sowmya