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.
Tool/software: Code Composer Studio
I was recently trying to use the examples in https://github.com/ti-simplelink/ble_examples/tree/simplelink_cc26x2_sdk-2.30.
The two examples are "central_bidirectional_audio" and "peripheral_bidirectional_audio."
And somewhere I read only one connection supported for bidirectional audio streaming in the central example code.
So, my question is below:
1. Does the sentence that I read mean, in the one way directional case, it can support multi connection for audio streaming?
In my case, I need one central device(only receive) and two peripheral device(only transmit).
2. Is there any solution to connect two peripheral devices to a central device?
Best regards.