Skip to content

Commit 87a1ec9

Browse files
samples: matter: Switch to peripheral-only BLE role on nRF54L15
Once peripheral-only SDC library is available for nRF54L15, we can use it instead of multirole variant. Signed-off-by: Arkadiusz Balys <[email protected]>
1 parent 8d3db86 commit 87a1ec9

File tree

12 files changed

+1
-34
lines changed

12 files changed

+1
-34
lines changed

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Keys samples
337337
Matter samples
338338
--------------
339339

340-
|no_changes_yet_note|
340+
* Changed Bluetooth Low Energy variant of the Soft Device Controller (SDC) to use the Peripheral-only role in all Matter samples.
341341

342342
Networking samples
343343
------------------

samples/matter/light_bulb/boards/nrf54l15dk_nrf54l15_cpuapp.conf

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

7-
# Multirole is the only currently supported role by SoftDevice.
8-
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
9-
107
# ZMS cache optimization
118
CONFIG_ZMS_LOOKUP_CACHE=y
129
CONFIG_ZMS_LOOKUP_CACHE_SIZE=512

samples/matter/light_switch/boards/nrf54l15dk_nrf54l15_cpuapp.conf

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

7-
# Multirole is the only currently supported role by SoftDevice.
8-
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
9-
107
# ZMS cache optimization
118
CONFIG_ZMS_LOOKUP_CACHE=y
129
CONFIG_ZMS_LOOKUP_CACHE_SIZE=512

samples/matter/lock/boards/nrf54l15dk_nrf54l15_cpuapp.conf

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

7-
# Multirole is the only currently supported role by SoftDevice.
8-
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
9-
107
# ZMS cache optimization
118
CONFIG_ZMS_LOOKUP_CACHE=y
129
CONFIG_ZMS_LOOKUP_CACHE_SIZE=512

samples/matter/manufacturer_specific/boards/nrf54l15dk_nrf54l10_cpuapp.conf

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

7-
# Multirole is the only currently supported role by SoftDevice.
8-
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
9-
107
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.
118
CONFIG_SETTINGS_ZMS_SECTOR_COUNT=10
129

samples/matter/manufacturer_specific/boards/nrf54l15dk_nrf54l15_cpuapp.conf

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

7-
# Multirole is the only currently supported role by SoftDevice.
8-
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
9-
107
# Set the ZMS sector count to match the settings partition size that is 40 kB for this application.
118
CONFIG_SETTINGS_ZMS_SECTOR_COUNT=10
129

samples/matter/smoke_co_alarm/boards/nrf54l15dk_nrf54l10_cpuapp.conf

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

7-
# Multirole is the only currently supported role by SoftDevice.
8-
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
9-
107
# ZMS cache optimization
118
CONFIG_ZMS_LOOKUP_CACHE=y
129
CONFIG_ZMS_LOOKUP_CACHE_SIZE=512

samples/matter/template/boards/nrf54l15dk_nrf54l10_cpuapp.conf

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

7-
# Multirole is the only currently supported role by SoftDevice.
8-
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
9-
107
# ZMS cache optimization
118
CONFIG_ZMS_LOOKUP_CACHE=y
129
CONFIG_ZMS_LOOKUP_CACHE_SIZE=512

samples/matter/template/boards/nrf54l15dk_nrf54l15_cpuapp.conf

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

7-
# Multirole is the only currently supported role by SoftDevice.
8-
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
9-
107
# ZMS cache optimization
118
CONFIG_ZMS_LOOKUP_CACHE=y
129
CONFIG_ZMS_LOOKUP_CACHE_SIZE=512

samples/matter/template/boards/nrf54l15dk_nrf54l15_cpuapp_internal.conf

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

7-
# Multirole is the only currently supported role by SoftDevice.
8-
CONFIG_BT_LL_SOFTDEVICE_MULTIROLE=y
9-
107
# ZMS cache optimization
118
CONFIG_ZMS_LOOKUP_CACHE=y
129
CONFIG_ZMS_LOOKUP_CACHE_SIZE=512

0 commit comments

Comments
 (0)