Bluetooth: Mesh: add extension config server by private beacon server

Commit add extension of configuration server by private
beacon server.
Mesh Protocol v1.1 specification
4.4.11.1
The Mesh Private Beacon Server model is a main model
that extends the Configuration Server model.

Configuration server and private beacon server shall always
exist together since they have bound states.

Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
This commit is contained in:
Aleksandr Khromykh 2024-06-20 08:50:49 +02:00 committed by Alberto Escolar
commit 3e2b44a5dd
3 changed files with 19 additions and 13 deletions

View file

@ -1175,6 +1175,7 @@ if BT_MESH_PRIV_BEACONS
config BT_MESH_PRIV_BEACON_SRV
bool "Support for Private Beacon Server Model"
depends on BT_MESH_MODEL_EXTENSIONS
help
Enable support for the Private Beacon Server model.