Commit e1a56058 authored by Ingar Kulbrandstad's avatar Ingar Kulbrandstad Committed by Carles Cufi
Browse files

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: default avatarIngar Kulbrandstad <ingar.kulbrandstad@nordicsemi.no>
parent 8b456ea2
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -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