BLE Authentication

What do I have to set in order to require a new passkey every time I connect with my nrf52dk_nrf52832 build?

I have tried to prevent bonding using bt_set_bondable(false) and calling settings_load following that but to no avail. 

Currently, I have L4 security implemented but the device and the phone app bond still.

Related