This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC256x Multiple connections happen in parallel or serial?

Hi the CC256x can support up to 10 BLE connections. I was wondering when establishing a connection if this happens sequentially or in parallel. 

So for example if we wanted to connect to 10 devices would that happen in altogether or 1 by one. That is If it takes a device T seconds to connect would 10 connect in T seconds or in 10*T seconds?

  • Hi Shane,

    In general BLE connections exist in parallel. Since you are using the CC256x, I will move this to the Dual Mode Bluetooth Forum, they will know best how their LE controller implementation works.
  • Shane,

    The BLE devices will connect sequentially and not in parallel. Therefore, it would take 10*T seconds to connect 10 BLE devices, T being the time it takes to connect a single device. However, there may be additional overhead in connecting each device, so your time may be some small amount higher than 10*T.

    Justin