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

Disable bonding and pairing in nrf52832

Hi,

I am using nrf52832 with s132 softdevice and SDK17. I want to disable bonding and pairing in ble_multirole code. I have tried disabling the SEC_PARAMS_MITM, SEC_PARAMS_IO_CAPABILITIES and SEC_PARAMS_BOND but still when I try to connect to my device its requesting for pair confirmation. Is there a proper way disable the bonding and pairing?

Parents Reply
  • I peer is also a device with multirole code. I have disables the bonding by setting the SEC_PARAMS_BOND macro to 0 and disabling the keys. Now I don't have any problems with bonding. But still the device is requesting for pairing. I want to completely disable that. For example, When I give a connection request from nrfConnect mobile app, It should get connected without any pair request or any kind of authentication. So how do I make those settings?

Children
No Data
Related