Exploring PSK Pairing in nRF SDK 2.7.0

Hey everyone! I’ve been diving into some BLE development lately and stumbled upon an interesting challenge. I’m using the nRF SDK 2.7.0 and trying to implement PSK type bonding. From what I gathered through some quick research, older SDK versions had APIs like bt_keys_add, bt_keys_get, and bt_keys_create that allowed injecting pre-shared keys. However, these APIs seem to be omitted in the newer versions, leaving me a bit puzzled about how to proceed without relying on the standard pairing process.

I’d love to hear from anyone who’s tackled this before. How did you manage to inject keys in the absence of those APIs? Are there alternative methods or workarounds within the 2.7.0 SDK that I might have missed? Any insights or suggestions would be incredibly helpful as I try to get this feature up and running. Looking forward to your thoughts and experiences!