This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

S120 multiple peripheral with different UUID

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

Related