Part Number: CC2640
Is it possible for a CC2640 running BLE Stack to be connected to 2 different centrals (iOS devices) at the same time? If yes, how can that be accomplished?
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.
Hi Pixbroker,
EDIT: Fredrik got to it before me! He's right, I'd go with the multirole configuration; note this will take up considerably more flash - you may want to consider doing this from host_test (which has it's own considerations, such as requiring knowledge of HCI commands, etc)
I personally haven't tried it - our peripheral gaprole (peripheral.c/.h) isn't exactly designed for it, making it more like the central role should allow you to do this. (ie instead of relying on one connection handle for everything)
My concern would be that the peripheral stack configuration might be missing some random stack code. (So do this in a multirole configuration if that's the case)
What's the use case for this?
Regards,
Rebel