I am using NCS v2.8.0.
After successfully running the headset example with one gateway, one left channel receiver and one right channel receiver am trying to get the Auracast example working, so I can connect three receivers to the gateway.
I added CONFIG_TRANSPORT_BIS=Y to prj.cfg, but after compiling and programming the system functionality did not change to Auracast. Do I need to change something to nrf5340_audio_dk_devices.json as well? The current one see below. I also did not find any references to CONFIG_TRANSPORT_BIS in the source code of v2.8.0. Do I miss something?
[
{
"nrf5340_audio_dk_snr": 1050111739,
"nrf5340_audio_dk_dev": "headset",
"channel": "left"
},
{
"nrf5340_audio_dk_snr": 1050156869,
"nrf5340_audio_dk_dev": "gateway",
"channel": "NA"
},
{
"nrf5340_audio_dk_snr": 1050128347,
"nrf5340_audio_dk_dev": "headset",
"channel": "right"
}
]