From ffabb09c1af9a10a675ee18e58de9cbb38cf767e Mon Sep 17 00:00:00 2001 From: Rubin Gerritsen Date: Mon, 12 Feb 2024 14:25:53 +0100 Subject: [PATCH] samples: bluetooth: central_iso: Remove the CONFIG_BT_SMP=y Some SoCs in the nRF52 series do not support encrypting and decrypting isochronous channels packets. To make it easier to get started with the central_iso sample, we want to turn of SMP by default. Without this config, the sample still serves its purpose. Encrypting the isochronous channel is as simple as enabling BT_SMP. Signed-off-by: Rubin Gerritsen --- samples/bluetooth/central_iso/prj.conf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/samples/bluetooth/central_iso/prj.conf b/samples/bluetooth/central_iso/prj.conf index ab5a202401f..81264161a5c 100644 --- a/samples/bluetooth/central_iso/prj.conf +++ b/samples/bluetooth/central_iso/prj.conf @@ -1,11 +1,3 @@ CONFIG_BT=y CONFIG_LOG=y CONFIG_BT_ISO_CENTRAL=y -CONFIG_BT_SMP=y - -CONFIG_BT_KEYS_OVERWRITE_OLDEST=y -CONFIG_BT_SETTINGS=y -CONFIG_FLASH=y -CONFIG_FLASH_MAP=y -CONFIG_NVS=y -CONFIG_SETTINGS=y