This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is the bonding info saved and restored automatically?

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?

Parents
  • 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.

Reply
  • 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.

Children
Related