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

pairing/bonding mode

reference nRF51-ble-peripheral-bond-handling example pairing/bonding mode. I add device manager & app_bond function on ble_app_uart. why function handling on "app_bond_init(&m_app_bond_table)" can't work. what can I do?
if mark this function the device ble can be connect & manual bond, but I want pairing & auto bonding.

  • Hi,

    Have a look on this tutorial which describes how to implement the Device Manager. Be aware the we have recently moved on to the peer manager which is a replacement for the device manager, a migration tutorial can be found here.

    Best regards,

    Øyvind

  • Sorry I have question! I follow you provide mothed to add peer manager function, but program hand on peer_manager_init(erase_bonds); can't work. how to solve this problem?