From e1a56058898dae2df5e35131d4d9908727c4ab83 Mon Sep 17 00:00:00 2001 From: Ingar Kulbrandstad Date: Mon, 6 Nov 2023 13:41:58 +0100 Subject: [PATCH] Bluetooth: Mesh: Remove experimental tag Remove experimental tag for Mesh Protocol v1.1, Mesh Model v1.1, Mesh DFU v1.0 and Mesh BLOB v1.0 features. Signed-off-by: Ingar Kulbrandstad --- subsys/bluetooth/mesh/Kconfig | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/subsys/bluetooth/mesh/Kconfig b/subsys/bluetooth/mesh/Kconfig index 154bf0b5b50..a7155d8e514 100644 --- a/subsys/bluetooth/mesh/Kconfig +++ b/subsys/bluetooth/mesh/Kconfig @@ -1049,13 +1049,10 @@ config BT_MESH_FRIEND_ADV_LATENCY endif # BT_MESH_FRIEND menuconfig BT_MESH_V1d1 - bool "Bluetooth mesh v1.1 support [EXPERIMENTAL]" - select EXPERIMENTAL + bool "Bluetooth mesh v1.1 support" help This option enables Bluetooth mesh v1.1 support. Bluetooth mesh v1.1 - is backward compatible with v1.0.1. The stack cannot be qualified - with this option enabled because the Bluetooth mesh v1.1 specification - is in a draft state. + is backward compatible with v1.0.1. config BT_MESH_ECDH_P256_CMAC_AES128_AES_CCM bool "Support CMAC AES128 for OOB authentication" if BT_MESH_V1d1