Skip to content

Commit d3c0dfb

Browse files
sjancjhedberg
authored andcommitted
tests: Bluetooth: tester: Fix assert in OTS
MCS OTS support doesn't implement OTS checksum and if this is globally enabled assert is triggered. [00:00:03.409,484] <dbg> bttester_gap: set_io_cap: io_cap: 0 ASSERTION FAIL [ots_init->cb->obj_cal_checksum] @ WEST_TOPDIR/zephyr/subsys/bluetooth/services/ots/ots.c:476 Callback for object calculate checksum is not set This should be reverted when Zephyr issue #72471 is fixed. Signed-off-by: Szymon Janc <[email protected]>
1 parent e0c955e commit d3c0dfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ CONFIG_BT_MPL_OBJECTS=y
134134
CONFIG_BT_OTS=y
135135
CONFIG_BT_OTS_SECONDARY_SVC=y
136136
CONFIG_BT_OTS_MAX_OBJ_CNT=0x30
137+
#disable OTS checksum support until 72471 is fixed
138+
CONFIG_BT_OTS_OACP_CHECKSUM_SUPPORT=n
137139
CONFIG_BT_MCS=y
138140
CONFIG_MCTL_LOCAL_PLAYER_LOCAL_CONTROL=y
139141
CONFIG_MCTL_REMOTE_PLAYER_CONTROL_OBJECTS=y

0 commit comments

Comments
 (0)