Hi, I am currently utilizing an app that supports multi link; however, I was only able to get 7 maximum stable connections. My goal for this multi-link is to connect a sensor, and if the sensor values reach a certain value, a pin for that certain peripheral will be set to high (LED On) in this case. I was wondering if separate communication for each peripheral is possible for a multilink relay; if my memory serves correct, if the central sends a command, all of the connected peripherals receive the command. I want a specific peripheral to recieve the command from the central relay nrF based on condition, but I am not sure if this is possible. On the app, I had to create a mutable hashmap where I saved each GATT and GATT Characteristic for each peripheral separately to acheive this kind of communication.
Thankyou