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 there an example of multi-pairing and an example of deleting bonding individually?

Hi,

We are using SDK13 and nrf52832.

I want to do multi pairing using Mode 1 Level 4.

Is there an example of multi-pairing and an example of deleting bonding individually?

When connected by operating as a peripheral device, I would like to check if the device is registered as BD Addr and select the corresponding Mode 1 Level 4 key to connect.

4 or 8 Multi Central connections to peripheral devices.

  • Hi 

    We are using SDK13 and nrf52832.

    Is this an old project?
    Unless you are maintaining legacy code I would recommend migrating to a later version of the SDK. 

    I want to do multi pairing using Mode 1 Level 4.

    In order to decide which security mode/level you want to support you should set this on a pr characteristic level. For every characteristic you can set the required security parameters, and if the client wants to access that characteristic it will need to ensure that the link is paired accordingly. 

    Is there an example of multi-pairing and an example of deleting bonding individually?

    We don't have an examples showing how to do this explicitly, but essentially all you have to do is to ensure that you are not connected to the device you are trying to remove bonding for, and use the pm_peer_delete() function.

    Best regards
    Torbjørn 

  • Hi

    Torbjørn

    Thanks. I checked that each of the eight central units was registered to create a peer ID.

Related