How can I implement PSK pairing for BLE?

Hello,

I'm using nRF SDK 2.7.0 and trying to implement PSK type bonding.

From quick ChatGPT search it looks like in past SDK versions there was a way to inject pre shared keys using APIS such as bt_keys_add, bt_keys_get nad bt_keys_create

I see that these APIs are omitted from 2.7.0

What would be the way to inject the keys without the need for pairing using 2.7.0?

Thanks,

Guy.

Related