This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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

s130 sdk 11 Multi-link with centrals devices

Hi community,

I'm studying the possibility to be able to link multiple central devices to one peripheral. As it defined in the s130 soft device description (www.nordicsemi.com/.../S130-SoftDevice), concurrent multi-link operation for all roles is available.

I'm trying to realize this features without succeed. I'm using the PCA20006 beacon board (nrf51822), SDK 11 (proximity example) and s130 v2.0 soft device.

This is my question, how can I manage to be able to restart advertising after the first connection from a peripheral ?

After the PM_EVT_BONDED_PEER_CONNECTED event, it seems not...?

Do you have some clue, or better example to be able to do what I want?

Thanks in advance

Parents
  • If I want to get 2 peripheral role link and no central role, I have to change only PERIPHERAL_LINK_COUNT to 2? If I made that, I faced a compilation error regarding APP_RAM_BASE_CENTRAL_LINKS_0_PERIPH_LINKS_2_SEC_COUNT_0_MID_BW which not exists in ram_app_base.h If a create this new pre-processor value this will be enough to be able to get 2 centrals connected at the same time?

    I'm figuring out, if it's really possible to have 2 central devices connected to my peripheral at the same time?

Reply
  • If I want to get 2 peripheral role link and no central role, I have to change only PERIPHERAL_LINK_COUNT to 2? If I made that, I faced a compilation error regarding APP_RAM_BASE_CENTRAL_LINKS_0_PERIPH_LINKS_2_SEC_COUNT_0_MID_BW which not exists in ram_app_base.h If a create this new pre-processor value this will be enough to be able to get 2 centrals connected at the same time?

    I'm figuring out, if it's really possible to have 2 central devices connected to my peripheral at the same time?

Children
Related