Hello,
Hello,
Hi,
The s132 v3.x.0 softdevice should support up to 8 concurrent connections from a central to peripherals, but the driver/example you are using might not be configured to support this.
The latest release of pc-ble-driver (C\C++ version) support sd_api_v2, sd_api_v3, sd_api_v5, and sd_api_v6. Can you share your code you are using, and which versions of pc-ble-driver/connectivity firmware you are using?
Best regards,
Jørgen
You need to increase central_conn_count, periph_conn_count configures how many connections as a peripheral the softdevice can support. I sd_api_v3 this is limited to 1.
You need to increase central_conn_count, periph_conn_count configures how many connections as a peripheral the softdevice can support. I sd_api_v3 this is limited to 1.