max paired 20에서 1로 변경

This commit is contained in:
2026-08-04 16:57:19 +09:00
parent 4fd3c48dc2
commit 928697001a
+1 -1
View File
@@ -93,7 +93,7 @@ CONFIG_BT_SMP_SC_ONLY=y
# Store and restore BLE bond/security information through settings. # Store and restore BLE bond/security information through settings.
CONFIG_BT_SETTINGS=y CONFIG_BT_SETTINGS=y
# Maximum number of stored bonded peers. # Maximum number of stored bonded peers.
CONFIG_BT_MAX_PAIRED=20 CONFIG_BT_MAX_PAIRED=1
# Production secure boot: disable flash patching so only signed flash code can run. # Production secure boot: disable flash patching so only signed flash code can run.
CONFIG_DISABLE_FLASH_PATCH=y CONFIG_DISABLE_FLASH_PATCH=y