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.

CC2650 Multirole number of connections

Other Parts Discussed in Thread: CC2650

Hi,

On CC2650\40 chips can the multirole functionality be supported on more than 3 connections?. (As seen on the MultiRole Demo example)

If the answer is no, what are the constraints not allowing this?. Are these HW\Chip constraints?, Stack Software? BLE Spec.? etc. Will it be able in the future?.

If the answer is yes, will be happy for initial dirrection.

Thanks

Regards,

Tamir

  • Hello Tamir,

    The constraint is not number of connections but RAM and processing. From the simpleCentral demo on the wiki, 4 devices are connected with each connection consuming ~ 750 bytes. The amount of RAM will increase based on the complexity of the GATT database.

    Best wishes