Hi,
In my application, I am planning to have multiple remote controllers connect to multiple targets.
i.e. a many-to-many pairing:
CONTROLLER1 paired to TARGET1 and TARGET2
CONTROLLER2 paired to TARGET1 and TARGET2
I would ideally like users to unpair a controller and a target similar to the method used for pairing i.e. press a special "unpair" button on both the target and the controller to unpair that pair only.
i.e.
press unpair on CONTROLLER1 and press unpair on TARGET1. This will unpair this link only and leave:
CONTROLLER1 paired to TARGET2
CONTROLLER2 paired to TARGET1 and TARGET2
My end-user can't look at the pairing table and select an index into the table to unpair with this application.
Is there a mechanism to handle unpairing similar to pairing in the RemoTI implementation?
Thank you