This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Button to enable bonding

Nrf52 SDK12.2 armgcc

I have a button on my device (peripheral) that when pressed starts a timer for 30 seconds. During that 30 seconds, I would like to have the device be in a sort of pairing mode. In the pairing mode, the device would be able to create a bond (I am using peer manager and can make a bond at any time right now). When not in pairing mode, I don't want anything to be able to bond with the peripheral. Is this possible? A point in the right direction would be appreciated!

Thanks,

Bryan

Related