In the examples such as the hrs, if bonding is enabled by: #define SEC_PARAM_BOND 1 does the SD automatically save the bonding info the first time it bonds, and then restore it on subsequent connections?
The bonding information is handled by the application, not the SoftDevice. SEC_PARAM_BOND 1 is the application telling the SoftDevice that it will store the bonding information.
The actual handling of the bonding information is done by the device manager in our example applications, like ble_app_hrs.
The bonding information is handled by the application, not the SoftDevice. SEC_PARAM_BOND 1 is the application telling the SoftDevice that it will store the bonding information.
The actual handling of the bonding information is done by the device manager in our example applications, like ble_app_hrs.