BLE Bonding after power cycle

I’ve been working on a project with the nRF54L15DK and SDK V2.9.0, and I’ve run into an interesting issue with BLE bonding. After a power cycle, the bonding information doesn’t seem to persist, which means the mobile app asks for pairing confirmation again. I’ve tried tweaking the configuration settings and even added some Nordic recommendations like settings_save() and settings_load(), but it hasn’t made a difference yet. I’m curious if anyone else has encountered this or has any insights on how to retain the bonding information. It would be great to have the pairing process seamless even after a reboot. Any tips or suggestions would be really helpful!