Skip to content

Commit 97ed006

Browse files
Andrewpinifabiobaltieri
authored andcommitted
Bluetooth: Mesh: Remove experimental tag from CDB
The CDB module is a mandatory part of provisioning features in BTM, and can not be regarded as experimental anymore. Signed-off-by: Anders Storrø <[email protected]>
1 parent 2a6d82b commit 97ed006

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

samples/bluetooth/mesh_provisioner/README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ If no errors are encountered, the node is marked as configured.
2727
The configuration of a node involves adding an application key, getting
2828
the composition data, and binding all its models to the application key.
2929

30-
Please note that this sample uses the CDB API which is currently marked
31-
as EXPERIMENTAL and is likely to change.
32-
3330
Requirements
3431
************
3532

subsys/bluetooth/mesh/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ config BT_MESH_PROVISIONER
6868
Enable this option to have support for provisioning remote devices.
6969

7070
config BT_MESH_CDB
71-
bool "Mesh Configuration Database [EXPERIMENTAL]"
72-
select EXPERIMENTAL
71+
bool "Mesh Configuration Database"
7372

7473
if BT_MESH_CDB
7574

0 commit comments

Comments
 (0)