Custom Servies and Multiconnection on HRS Example

Hi,

I am working on a firmware and have added custom services to HRS example on SDK 17. I want to know if its possible to add BLE multiperipheral capability to my device on the same example.

If its possible, is there any good example or document which i can get help from?

Please assist.

Thank you.

Parents Reply Children
  • Yes, I want the device to have peripheral role to connect to multiple central devices. Also i want to let you know that in my program i have edited the HRS example with pairing stuff and also multiple custom services.

    So please let me know if there is any similar example available or atleast if its possible to do.

    Thank you

  • Hi Jamal

    Thanks for the clarification. 

    On second thought there is an experimental example in the SDK showing how to run the device in multi peripheral mode:

    \nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\experimental\ble_app_multiperipheral

    It is important to note that all the peripheral links will have to support the same attribute table, which means they need to use the same services and characteristics. 

    Best regards
    Torbjørn

Related