From 5346a45bb453db711879e9d44a7a2e10e0799dcf Mon Sep 17 00:00:00 2001 From: Olivier Lesage Date: Tue, 2 Apr 2024 09:38:12 +0200 Subject: [PATCH] samples: bluetooth: Reduce number of streams in iso_time_sync This sample is very close to overflowing on some platforms. Signed-off-by: Olivier Lesage --- samples/bluetooth/iso_time_sync/child_image/hci_ipc.conf | 2 +- samples/bluetooth/iso_time_sync/prj.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/bluetooth/iso_time_sync/child_image/hci_ipc.conf b/samples/bluetooth/iso_time_sync/child_image/hci_ipc.conf index 1fcf9e403dad..a34f1a04a602 100644 --- a/samples/bluetooth/iso_time_sync/child_image/hci_ipc.conf +++ b/samples/bluetooth/iso_time_sync/child_image/hci_ipc.conf @@ -18,7 +18,7 @@ CONFIG_BT_ISO_MAX_CHAN=4 CONFIG_BT_ISO_TX_BUF_COUNT=4 CONFIG_BT_CTLR_ADV_ISO_STREAM_COUNT=4 CONFIG_BT_CTLR_SYNC_ISO_STREAM_COUNT=4 -CONFIG_BT_CTLR_CONN_ISO_STREAMS=4 +CONFIG_BT_CTLR_CONN_ISO_STREAMS=3 CONFIG_BT_ISO_TX_MTU=5 diff --git a/samples/bluetooth/iso_time_sync/prj.conf b/samples/bluetooth/iso_time_sync/prj.conf index 64387b7cd663..260595f08b3d 100644 --- a/samples/bluetooth/iso_time_sync/prj.conf +++ b/samples/bluetooth/iso_time_sync/prj.conf @@ -13,7 +13,7 @@ CONFIG_BT_ISO_MAX_CHAN=4 CONFIG_BT_ISO_TX_BUF_COUNT=4 CONFIG_BT_CTLR_ADV_ISO_STREAM_COUNT=4 CONFIG_BT_CTLR_SYNC_ISO_STREAM_COUNT=4 -CONFIG_BT_CTLR_CONN_ISO_STREAMS=4 +CONFIG_BT_CTLR_CONN_ISO_STREAMS=3 CONFIG_BT_ISO_TX_MTU=5 CONFIG_BT_ISO_RX_MTU=23