I'm trying to run a microcontroller bluetooth keyboard. As far as I can tell, as soon as I'm doing keyboard.begin anybody can attempt bonding to the device, as long as it's not connecting to an already bonded device.
Usability-wise, I would prefer to offer my users that they have to deliberately start pairing mode to prevent a race condition window where someone can bond to the device before the device that is already bonded to pick up the pairing.
Would it be possible to extend the library to allow for enabling or disabling bonding?
I'm trying to run a microcontroller bluetooth keyboard. As far as I can tell, as soon as I'm doing
keyboard.beginanybody can attempt bonding to the device, as long as it's not connecting to an already bonded device.Usability-wise, I would prefer to offer my users that they have to deliberately start pairing mode to prevent a race condition window where someone can bond to the device before the device that is already bonded to pick up the pairing.
Would it be possible to extend the library to allow for enabling or disabling bonding?