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

How many centrals can be connected?

Hi. I'm using nRF528332, SDK13, S132.

I'm making multi-link peripheral refering to "experimental_ble_app_multiperipheral".

This example code says as below.

#define PERIPHERAL_LINK_COUNT 4

So i want to know how many centrals can be connected at the same time?

As I know nRF can make 8 connections when it is central. What about it is peripheral?

I hope your help.

Parents
  • Hi Roger,

    Number of connections depends on used Soft Device. If you read SD specification it usually says it in first chapter:

    • S132 V2/3 = 1 Peripheral + 8 Central + 1 Broadcaster/Observer.
    • S132 V4 = 20 Peripheral/Central roles (any mix should be possible).
    • S132 V5 alpha = same as V3.

    Cheers

Reply
  • Hi Roger,

    Number of connections depends on used Soft Device. If you read SD specification it usually says it in first chapter:

    • S132 V2/3 = 1 Peripheral + 8 Central + 1 Broadcaster/Observer.
    • S132 V4 = 20 Peripheral/Central roles (any mix should be possible).
    • S132 V5 alpha = same as V3.

    Cheers

Children
Related