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 <ingar.kulbrandstad@nordicsemi.no>
This commit is contained in:
Ingar Kulbrandstad 2023-11-06 13:41:58 +01:00 committed by Carles Cufí
commit e1a5605889

View file

@ -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