From e8e66c85ef66567bb66185dea076c3370ecb3a87 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 1 Mar 2023 22:16:12 +0100 Subject: [PATCH] bluetooth: tester: Enable unicast server by default Default config should have all bells and whistles enabled to minimize number of overlays needed in autopts. Signed-off-by: Szymon Janc --- tests/bluetooth/tester/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bluetooth/tester/prj.conf b/tests/bluetooth/tester/prj.conf index 4321f416b64..2cc4f8241cb 100644 --- a/tests/bluetooth/tester/prj.conf +++ b/tests/bluetooth/tester/prj.conf @@ -62,6 +62,7 @@ CONFIG_UART_CONSOLE=n # LE Audio Section CONFIG_BT_AUDIO=y +CONFIG_BT_AUDIO_UNICAST_SERVER=y # PACS CONFIG_BT_PAC_SNK_LOC_WRITEABLE=y