Config for Unicast Client (Gateway) and Unicast Server (Headset) with Bidirectional Audio

Hi, 

I'm trying to set up two nRF5340 Audio boards - one as a unicast client (gateway) and the other as a unicast server (headset). I have seperate config files for both that essentially are the clones of the prj.conf file from the samples, but have small changes specific to each board.

I am trying to evaluate the walkie-talkie demo with the below params: 

CONFIG_WALKIE_TALKIE_DEMO=y

CONFIG_AUDIO_SOURCE_I2S=y
Here i am using an external mic instead of the PDM onboard. But using this config, the board only transmits audio from Gateway to headset. I wanted to flip the direction of audio, from headset to gateway. How do i achieve it?
Related