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

Central: multiple connections at the same time

hi,


I am using nrf52832 with ble multilink(nRF5_sdk_16.0.0) example. I need multiple connections with the peripheral at the same time. is it possible to connect multiple devices at the same time?.  

my purpose is to update 200+(beacons) peripherals as fast as possible. in a multilink example, one device is connected then We have to wait for the CONNECT ACK before requesting a new connect. In my case, I need to connect 20 peripherals without waiting for CONNECT ACK.

Example: for (int i=0; i<20; i++)
          connect(sd_ble_gap_connect(....))
Parents Reply Children
Related