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

peer id deletion

Hi

facing a strange issue in my firmware.

I am deleting the bonds in the initialisation.

When I go for a hard reset, sometimes I get the peer id list NULL --> correct scenario.

But sometimes it is not NULL. It is having a the bond information.

I am surprised why it is behaving so strange on reset.

Please suggest how to handle this condition.

Regards

Pratibha

Parents
  • Hi

    I am trying BMS sample code for testing the bond deletion.(SDK 14.1)

    But it is also not deleting the bonds. When I POWER OFF/ON the 

    device and try to connect to the same mobile it shows the message 

    as connecting to previously bonded device.

        // Start execution.
        NRF_LOG_INFO("Bond Management example started.");
        erase_bonds = true;
        advertising_start(erase_bonds);

    Please suggest me how to make it work.

    Thanks and Regards

    Pratibha 

Reply
  • Hi

    I am trying BMS sample code for testing the bond deletion.(SDK 14.1)

    But it is also not deleting the bonds. When I POWER OFF/ON the 

    device and try to connect to the same mobile it shows the message 

    as connecting to previously bonded device.

        // Start execution.
        NRF_LOG_INFO("Bond Management example started.");
        erase_bonds = true;
        advertising_start(erase_bonds);

    Please suggest me how to make it work.

    Thanks and Regards

    Pratibha 

Children
No Data
Related