Skip to content

Commit 90ff9c0

Browse files
ChangNicekartben
authored andcommitted
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 <[email protected]>
1 parent 72d8bb4 commit 90ff9c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/bluetooth/tester/overlay-le-audio.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ CONFIG_BT_AICS_CLIENT_MAX_INSTANCE_COUNT=4
9999
CONFIG_BT_VCP_VOL_REND=y
100100
CONFIG_BT_VCP_VOL_REND_VOCS_INSTANCE_COUNT=2
101101
CONFIG_BT_VCP_VOL_REND_AICS_INSTANCE_COUNT=2
102+
CONFIG_BT_VCP_VOL_REND_VOL_FLAGS_NOTIFIABLE=y
102103
CONFIG_BT_VCP_VOL_REND_LOG_LEVEL_DBG=y
103104
CONFIG_BT_VCP_VOL_CTLR=y
104105
CONFIG_BT_VCP_VOL_CTLR_MAX_VOCS_INST=1

0 commit comments

Comments
 (0)