In my application, I need to read/write values from more than one peripherals that have the same service and characteristics UUIDs. Each peripheral has many characteristics, out of which value of one particular characteristic is used to uniquely identify the peripheral. What I am trying to figure out is
- How do I connect to all the peripherals that have the same service uuids.
- Is it possible to read the value of the characteristic used to uniquely identify the peripheral while reading the value of other characteristics, so that I can distinguish for which peripheral the characteristics values are updated.