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

Multiple slave connection with S110

Hello!

I'm working with nRF51822 Development Kit and s110(Ver.7.1.0). I'd like to confirm the function about LE Link Layer Topology specified in the Bluetooth specification version 4.1. And I want to use the s110 as multiple slaves.

Is it possible to do this like the multiple slave connection with s110(Ver.7.1.0)? Could someone point me to sample code exercising the multiple slave connection(or something similar)?

Your assistance in this matter is greatly appreciated.

  • A master can be connected to multiple slaves, not the other way around.

    SoftDevice S110 supports the GAP peripheral role, which can have a link layer in the advertising state and slave role in the connection state.

    SoftDevice S120 supports the GAP central role, which can have a link layer in the scanning state, initiating state, and the master role in the connection state.

    This question may also be helpful.

Related