From c53fe053e73c6a32383c6c0f67081258077a0ab9 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 0cacb756e6..786d1a1e49 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 a9effe3561..6da1736380 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 1326de2c09..6c567c9f5b 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 5807a67113..c6112b0baf 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 f8292db6f4..93fa54a1f7 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 ccd2e1275d..3dfaf0931d 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 0ddcb0810d..8465bd663b 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 48e224288a..b4d595feec 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 1e3ac61ca6..78bc92f941 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 c77c88a235..7f41999aa6 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