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 <rubin.gerritsen@nordicsemi.no>
This commit is contained in:
parent
f086afd47c
commit
ffabb09c1a
1 changed files with 0 additions and 8 deletions
|
@ -1,11 +1,3 @@
|
||||||
CONFIG_BT=y
|
CONFIG_BT=y
|
||||||
CONFIG_LOG=y
|
CONFIG_LOG=y
|
||||||
CONFIG_BT_ISO_CENTRAL=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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue