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?

Related