The CONFIG_BT_MAX_CONN of nRF5340 audio application on SDK V2.6.0

Hello,

Because i want to connect more than two headset to one gateway, so i modify the prj.conf as follow

CONFIG_AUDIO_DEV=2
CONFIG_BT_MAX_CONN=4
CONFIG_BT_MAX_PAIRED=4
But when it will crashed when the gateway started to run:
So what is the problem? How can i can implement the function of more than two headset connect to one gateway.
Thank you very much and looking forward to your help!
Related