This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Device manager with bonds in RAM

I'm using SDK 6 + S110 v7.

Is it possible to use device manager to perform bonding but don't write bond information persistently in flash?

With old bond manager I could do this by removing ble_bondmngr_bonded_centrals_store() from BLE_GAP_EVT_DISCONNECTED event in on_ble_evt() so it won't store bonds in flash. So how can I do this with new SDK?

Related