Hi everyone,
I'm developing with nRF5340 Audio DK and able to successfully run the example code in BIS mode (I own 3 DKs).
I'm interested in adding encryption to the broadcast stream and noticed these two defines in the code:
CONFIG_BT_AUDIO_BROADCAST_ENCRYPTED CONFIG_BT_AUDIO_BROADCAST_ENCRYPTION_KEY
In the file "prj.conf", I've set the following:
CONFIG_BT_AUDIO_BROADCAST_ENCRYPTED=y CONFIG_BT_AUDIO_BROADCAST_ENCRYPTION_KEY="testkey"
then, I programmed one DK as gateway and another DK as headset, using Nordic's Python script.
Unfortunately, audio isn't played anymore. LED1 indication seems okay (blinking), but nothing is actually heard.
When setting
CONFIG_BT_AUDIO_BROADCAST_ENCRYPTED=nagain, things are back to normal.
Am I doing something wrong? Is this a bug? How can I successfully configure an encrypted broadcast stream?
Thank you,
Dekel