commit | ffabb09c1af9a10a675ee18e58de9cbb38cf767e | [log] [tgz] |
---|---|---|
author | Rubin Gerritsen <rubin.gerritsen@nordicsemi.no> | Mon Feb 12 14:25:53 2024 +0100 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Mon Feb 26 14:34:07 2024 +0100 |
tree | 9328c001d90e7fbacfa49523473ef38fbd63b3e5 | |
parent | f086afd47ca48b7182047330acc7ec1a958a3e7b [diff] |
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>