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

Multi-peripheral demo explanation?

I'm new to Nordic, I just got an nRF 52 DK. Refreshingly simple to get working with Segger Embedded Studio on Mac.
I'm particularly interested in the BLE multiperipheral application: infocenter.nordicsemi.com/index.jsp
I can't find any notes on how this is implemented. What differs from the same project without multi-peripheral support? Is it just because it starts advertising again after connection?

Parents
  • Hello,

    The Bond Management Service examples show you how to use the Bond Management Service. You can read about the example here. The point of this service is to manage all the stored bonds on the device, and you can clear the bonds without pressing any buttons on the device.

    Check out the example description in the link, and let me know if it is still unclear.

    Best regards,

    Edvin

Reply
  • Hello,

    The Bond Management Service examples show you how to use the Bond Management Service. You can read about the example here. The point of this service is to manage all the stored bonds on the device, and you can clear the bonds without pressing any buttons on the device.

    Check out the example description in the link, and let me know if it is still unclear.

    Best regards,

    Edvin

Children
Related