From 90ff9c0883b29dc0c59e3dd063114e30a4b27456 Mon Sep 17 00:00:00 2001 From: Chang An Date: Mon, 9 Dec 2024 14:56:06 +0800 Subject: [PATCH] Bluetooth: tester: enable VCS volume flags notify [Description] PTS case: VCS/SR/SGGIT/CHA/BV-03-C fail. [Root Cause] VCS/SR/SGGIT/CHA/BV-03-C require Volume Flags Characteristic properties (Read/Notify), but tester volume flags notify is disabled by default. [Fix] add CONFIG_BT_VCP_VOL_REND_VOL_FLAGS_NOTIFIABLE=y in tests/bluetooth/tester/overlay-le-audio.conf [Testing] After modified, VCS/SR/SGGIT/CHA/BV-03-C pass with log: Test Case Ended VCS/SR/SGGIT/CHA/BV-03-C PASS 24 00:00:01.010000 12/9/2024 11:31:55.027000 AM Signed-off-by: Chang An --- tests/bluetooth/tester/overlay-le-audio.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bluetooth/tester/overlay-le-audio.conf b/tests/bluetooth/tester/overlay-le-audio.conf index ef061eb1d55ecb..c07b23cb67762c 100644 --- a/tests/bluetooth/tester/overlay-le-audio.conf +++ b/tests/bluetooth/tester/overlay-le-audio.conf @@ -99,6 +99,7 @@ CONFIG_BT_AICS_CLIENT_MAX_INSTANCE_COUNT=4 CONFIG_BT_VCP_VOL_REND=y CONFIG_BT_VCP_VOL_REND_VOCS_INSTANCE_COUNT=2 CONFIG_BT_VCP_VOL_REND_AICS_INSTANCE_COUNT=2 +CONFIG_BT_VCP_VOL_REND_VOL_FLAGS_NOTIFIABLE=y CONFIG_BT_VCP_VOL_REND_LOG_LEVEL_DBG=y CONFIG_BT_VCP_VOL_CTLR=y CONFIG_BT_VCP_VOL_CTLR_MAX_VOCS_INST=1