We currently have a project based off of the NRF5340_audio example. This project was started off the 2.1.2 SDK. Would like to use this build in Gateway BIS mode, but also enable Central BLE mode and have it connect to our buds for command/control. I have managed to enable BLE Central in our source code, but when the Central gets connected the BIS audio never works, and if the BIS audio is connected, I always get a 0x3E from the BLE connection attempt.
I have read where maybe some improvements have been made in the most recent SDK, so I am considering upgrading to the 2.5.2, but what to confirm is it possible to use Central role BLE and gateway BIS in the same build in either SDK 2.1.2 or 2.5.2, and if so how.
I see this code in the latest 2.5.2 which tells me maybe not ?