Hello,
We use nRF52832 with SDK-11 as peripheral in our project. We want to utilize white-list feature to limit the connection establishment. I have studied HID Mouse example, and the example uses MITM protection. It would trigger the pairing request in remote device, and if we want to clear the white-list limitation, we not only need to remove the white-list in our device, but also un-pairing the device in remote part.
I wonder if we could use "Just works" simple pairing with white-list to avoid this. Currently, we enable the white-list feature by writing a specific value to the characteristic of our device.
Any advice and suggestions will be appreciated.