Hello
I made the switch from SDK 6.0.0 to SDK 6.1.0 with SD7. At first we didn't get it to work. We would get the error NRF_ERROR_INVALID_PARAM on dm_init(). The problem was that the DEVICE_MANAGER_MAX_BONDS was set to high. With SDK 6.0.0 we where able to set DEVICE_MANAGER_MAX_BONDS to 26 while with SDK 6.1.0 the maximum seems to be 13. If we set this any higher the dm_init() will return the NRF_ERROR_INVALID_PARAM error. Now my question is why does this error happen because the comments in the code says that the maximum value for DEVICE_MANAGER_MAX_BONDS is 254 with no dependencies. The application that we are building is based on the ble_app_proximity example.
Best Regards, Rinze van der Wal