mirror of
https://github.com/espressif/esp-idf
synced 2025-03-31 03:41:07 -04:00
ble_mesh: stack: Split model Kconfig menu into foundation and others
This commit is contained in:
parent
d8266bd917
commit
b71b99b7be
@ -861,7 +861,7 @@ if BLE_MESH
|
|||||||
uses 0 as the timeout value when sending acknowledged messages, then
|
uses 0 as the timeout value when sending acknowledged messages, then
|
||||||
the default value will be used which is four seconds.
|
the default value will be used which is four seconds.
|
||||||
|
|
||||||
menu "Support for BLE Mesh client/server models"
|
menu "Support for BLE Mesh Foundation models"
|
||||||
|
|
||||||
config BLE_MESH_CFG_CLI
|
config BLE_MESH_CFG_CLI
|
||||||
bool "Configuration Client model"
|
bool "Configuration Client model"
|
||||||
@ -873,6 +873,10 @@ if BLE_MESH
|
|||||||
help
|
help
|
||||||
Enable support for Health Client model.
|
Enable support for Health Client model.
|
||||||
|
|
||||||
|
endmenu #Support for BLE Mesh Foundation models
|
||||||
|
|
||||||
|
menu "Support for BLE Mesh Client/Server models"
|
||||||
|
|
||||||
config BLE_MESH_GENERIC_ONOFF_CLI
|
config BLE_MESH_GENERIC_ONOFF_CLI
|
||||||
bool "Generic OnOff Client model"
|
bool "Generic OnOff Client model"
|
||||||
help
|
help
|
||||||
@ -982,7 +986,7 @@ if BLE_MESH
|
|||||||
help
|
help
|
||||||
Enable support for Lighting server models.
|
Enable support for Lighting server models.
|
||||||
|
|
||||||
endmenu
|
endmenu #Support for BLE Mesh Client/Server models
|
||||||
|
|
||||||
config BLE_MESH_IV_UPDATE_TEST
|
config BLE_MESH_IV_UPDATE_TEST
|
||||||
bool "Test the IV Update Procedure"
|
bool "Test the IV Update Procedure"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user