I am trying to connect more then one device to nrf51822 HID.
How can i pair more then one device ? How can i delete paired device from nrf51822?
Thanks
I am trying to connect more then one device to nrf51822 HID.
How can i pair more then one device ? How can i delete paired device from nrf51822?
Thanks
Hi,
Have a look at the HID Mouse example and see how it uses a button to clear stored bond info. You can also implement something like this github example for handling your bonds. Look into setting up targeted advertising for multiple targets, use whitelist advertising.
For further reading see the HID spec and its overview.
Best regards,
Øyvind