I have an nRF5340 DK (not audio DK), and I want to send LE audio from my LE audio compatible device to my DK and then have my DK play that audio over I2S to my external amp+DAC. I got I2S initialized and working. I now need to either send LE audio from another nrf5340 DK via usb from computer(giving me problems with windows 10) then over bluetooth and recieve that LE audio on my other DK and transfer it to I2S to play on my amp+dac and speaker set up or I can skip the USB to second nRF5340 DK and use an LE audio compatible device(but this has been giving me trouble as well with the device connecting then immediately disconnecting with the zephyr bap_unicast_server sample). What samples and setup do you recommend to accomplish this and can you please help? Thank you!