Skip to content

Commit d80cce4

Browse files
ArekBalysNordicrlubos
authored andcommitted
samples: matter: Decrease BT max connections to 8
Due to a lack of RAM decrease the maximum number of BT connections from 10 to 8 on Matter Bridge over Thread. Signed-off-by: Arkadiusz Balys <[email protected]>
1 parent a926402 commit d80cce4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

applications/matter_bridge/boards/nrf5340dk_nrf5340_cpuapp.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
# Set 10 BLE connections, as it is an upper limit supported caused by RAM usage due to using Thread and BLE at same time.
8-
CONFIG_BT_MAX_CONN=10
7+
# Set 8 BLE connections, as it is an upper limit supported caused by RAM usage due to using Thread and BLE at same time.
8+
CONFIG_BT_MAX_CONN=8
99

1010
# Set buffer sizes in a consistent way with the ones used by the network core.
1111
CONFIG_BT_BUF_ACL_RX_SIZE=69

applications/matter_bridge/sysbuild/ipc_radio/boards/nrf5340dk_nrf5340_cpunet.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
# Set 10 BLE connections, as it is an upper limit supported caused by RAM usage due to using Thread and BLE at same time.
8-
CONFIG_BT_MAX_CONN=10
7+
# Set 8 BLE connections, as it is an upper limit supported caused by RAM usage due to using Thread and BLE at same time.
8+
CONFIG_BT_MAX_CONN=8
99

1010
# Decrease stack and buffer sizes to free some RAM and support 10 BLE connections
1111
CONFIG_MAIN_STACK_SIZE=512

0 commit comments

Comments
 (0)