Hi,
We have 3 nrf5340 Audio DKs we want to connect together. One of the devices is connected as central and the two others are connected as peripheal. By know, the two peripheal-devices can stream audio, one at the time, to the central. We want the central to decide which board it has an audio connection with. If we reset the active peripheal-device, the other one connect automatically. We use the v.2.1.1 version.
Our problems are:
- How can we use the buttons on the board to advertise (to create a ACL-link)? We want the central to store the advertising device in to a list of the type bt_addr_le_t.
- How can the central-device choose between the different devices on the list?
- Is there any good solutions to start and stop the audio stream, or some specific functions we can use?
We have tried to make a code from scratch in addition to tested some of the samples. A code from scratch makes it hard to create all the neccisary functions and include the right tings, and the samples are sometimes too hard to understand, or does not satisfy our problems. We are happy to hear some of your recommendations.
-Asbjorn