From c6f809ec03664ff9f5caab225c49a2679b76c0ab Mon Sep 17 00:00:00 2001 From: lly Date: Tue, 20 Oct 2020 12:00:15 +0800 Subject: [PATCH] ble_mesh: example: Update sdkconfig test files for disabling Health Server model --- .../ble_mesh_fast_provision/fast_prov_client/sdkconfig.ci.model | 1 + .../ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.model | 1 + .../esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.model | 1 + .../esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.model | 1 + .../esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.model | 1 + .../ble_mesh_sensor_model/sensor_client/sdkconfig.ci.model | 1 + .../ble_mesh_sensor_model/sensor_server/sdkconfig.ci.model | 1 + .../ble_mesh_vendor_model/vendor_client/sdkconfig.ci.model | 1 + .../ble_mesh_vendor_model/vendor_server/sdkconfig.ci.model | 1 + .../esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.ci.model | 1 + 10 files changed, 10 insertions(+) diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.ci.model index 35163bbc57..7952c57a82 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.ci.model +++ b/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/sdkconfig.ci.model @@ -12,6 +12,7 @@ CONFIG_BLE_MESH_PROVISIONER=y CONFIG_BLE_MESH_PB_GATT=y CONFIG_BLE_MESH_SETTINGS=y CONFIG_BLE_MESH_CFG_CLI=y +CONFIG_BLE_MESH_HEALTH_SRV=n CONFIG_BLE_MESH_GENERIC_ONOFF_CLI=y CONFIG_BLE_MESH_GENERIC_SERVER=n CONFIG_BLE_MESH_SENSOR_SERVER=n diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.model index 6c699e7e42..152e1f66b4 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.model +++ b/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/sdkconfig.ci.model @@ -13,6 +13,7 @@ CONFIG_BLE_MESH_FAST_PROV=y CONFIG_BLE_MESH_PB_GATT=y CONFIG_BLE_MESH_SETTINGS=y CONFIG_BLE_MESH_CFG_CLI=y +CONFIG_BLE_MESH_HEALTH_SRV=n CONFIG_BLE_MESH_SENSOR_SERVER=n CONFIG_BLE_MESH_TIME_SCENE_SERVER=n CONFIG_BLE_MESH_LIGHTING_SERVER=n diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.model index cc7b9d0cec..75a20c3eea 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.model +++ b/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/sdkconfig.ci.model @@ -14,6 +14,7 @@ CONFIG_BLE_MESH=y CONFIG_BLE_MESH_NODE=y CONFIG_BLE_MESH_PB_GATT=y CONFIG_BLE_MESH_SETTINGS=y +CONFIG_BLE_MESH_HEALTH_SRV=n CONFIG_BLE_MESH_GENERIC_ONOFF_CLI=y CONFIG_BLE_MESH_GENERIC_SERVER=n CONFIG_BLE_MESH_SENSOR_SERVER=n diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.model index 14123f8164..a84040bf39 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.model +++ b/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/sdkconfig.ci.model @@ -13,6 +13,7 @@ CONFIG_BLE_MESH_NODE=y CONFIG_BLE_MESH_PB_GATT=y CONFIG_BLE_MESH_FRIEND=y CONFIG_BLE_MESH_SETTINGS=y +CONFIG_BLE_MESH_HEALTH_SRV=n CONFIG_BLE_MESH_SENSOR_SERVER=n CONFIG_BLE_MESH_TIME_SCENE_SERVER=n CONFIG_BLE_MESH_LIGHTING_SERVER=n diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.model index 790fc9100a..980f62303d 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.model +++ b/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/sdkconfig.ci.model @@ -14,6 +14,7 @@ CONFIG_BLE_MESH_PROVISIONER=y CONFIG_BLE_MESH_PB_GATT=y CONFIG_BLE_MESH_SETTINGS=y CONFIG_BLE_MESH_CFG_CLI=y +CONFIG_BLE_MESH_HEALTH_SRV=n CONFIG_BLE_MESH_GENERIC_ONOFF_CLI=y CONFIG_BLE_MESH_GENERIC_SERVER=n CONFIG_BLE_MESH_SENSOR_SERVER=n diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.ci.model index 14a2e35765..beabe1bf20 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.ci.model +++ b/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/sdkconfig.ci.model @@ -12,6 +12,7 @@ CONFIG_BLE_MESH_PROVISIONER=y CONFIG_BLE_MESH_PB_GATT=y CONFIG_BLE_MESH_SETTINGS=y CONFIG_BLE_MESH_CFG_CLI=y +CONFIG_BLE_MESH_HEALTH_SRV=n CONFIG_BLE_MESH_SENSOR_CLI=y CONFIG_BLE_MESH_GENERIC_SERVER=n CONFIG_BLE_MESH_SENSOR_SERVER=n diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.ci.model index f5d3352fbf..d0df58f72a 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.ci.model +++ b/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/sdkconfig.ci.model @@ -12,6 +12,7 @@ CONFIG_BLE_MESH=y CONFIG_BLE_MESH_NODE=y CONFIG_BLE_MESH_PB_GATT=y CONFIG_BLE_MESH_SETTINGS=y +CONFIG_BLE_MESH_HEALTH_SRV=n CONFIG_BLE_MESH_GENERIC_SERVER=n CONFIG_BLE_MESH_TIME_SCENE_SERVER=n CONFIG_BLE_MESH_LIGHTING_SERVER=n diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.ci.model index 6da84544d0..e8affe4864 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.ci.model +++ b/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/sdkconfig.ci.model @@ -12,6 +12,7 @@ CONFIG_BLE_MESH_PROVISIONER=y CONFIG_BLE_MESH_PB_GATT=y CONFIG_BLE_MESH_SETTINGS=y CONFIG_BLE_MESH_CFG_CLI=y +CONFIG_BLE_MESH_HEALTH_SRV=n CONFIG_BLE_MESH_GENERIC_SERVER=n CONFIG_BLE_MESH_SENSOR_SERVER=n CONFIG_BLE_MESH_TIME_SCENE_SERVER=n diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.ci.model index 9f816a11ec..2e3bd44133 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.ci.model +++ b/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/sdkconfig.ci.model @@ -12,6 +12,7 @@ CONFIG_BLE_MESH=y CONFIG_BLE_MESH_NODE=y CONFIG_BLE_MESH_PB_GATT=y CONFIG_BLE_MESH_SETTINGS=y +CONFIG_BLE_MESH_HEALTH_SRV=n CONFIG_BLE_MESH_GENERIC_SERVER=n CONFIG_BLE_MESH_SENSOR_SERVER=n CONFIG_BLE_MESH_TIME_SCENE_SERVER=n diff --git a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.ci.model b/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.ci.model index 1e834ce90c..15c7305f9e 100644 --- a/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.ci.model +++ b/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/sdkconfig.ci.model @@ -12,6 +12,7 @@ CONFIG_BLE_MESH=y CONFIG_BLE_MESH_FAST_PROV=y CONFIG_BLE_MESH_PB_GATT=y CONFIG_BLE_MESH_CFG_CLI=y +CONFIG_BLE_MESH_HEALTH_SRV=n CONFIG_BLE_MESH_SENSOR_SERVER=n CONFIG_BLE_MESH_TIME_SCENE_SERVER=n CONFIG_BLE_MESH_LIGHTING_SERVER=n