From 9564241fecca86380b7e8717b17fe8fa0742b557 Mon Sep 17 00:00:00 2001 From: Sergei Lissianoi <54454955+selissia@users.noreply.github.com> Date: Fri, 27 Oct 2023 12:15:17 -0400 Subject: [PATCH] Disable Extended Discovery in Silabs apps (#30059) --- examples/chef/silabs/include/CHIPProjectConfig.h | 2 -- examples/light-switch-app/silabs/include/CHIPProjectConfig.h | 2 -- examples/lighting-app/silabs/include/CHIPProjectConfig.h | 2 -- examples/lock-app/silabs/include/CHIPProjectConfig.h | 2 -- examples/pump-app/silabs/include/CHIPProjectConfig.h | 2 -- examples/smoke-co-alarm-app/silabs/include/CHIPProjectConfig.h | 2 -- examples/thermostat/silabs/include/CHIPProjectConfig.h | 2 -- examples/window-app/silabs/include/CHIPProjectConfig.h | 2 -- 8 files changed, 16 deletions(-) diff --git a/examples/chef/silabs/include/CHIPProjectConfig.h b/examples/chef/silabs/include/CHIPProjectConfig.h index 75c8d194f8f319..3d58f864782be3 100644 --- a/examples/chef/silabs/include/CHIPProjectConfig.h +++ b/examples/chef/silabs/include/CHIPProjectConfig.h @@ -120,5 +120,3 @@ * */ #define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (2000_ms32) - -#define CHIP_DEVICE_CONFIG_ENABLE_EXTENDED_DISCOVERY 1 diff --git a/examples/light-switch-app/silabs/include/CHIPProjectConfig.h b/examples/light-switch-app/silabs/include/CHIPProjectConfig.h index 3141defe9c5133..59aa54b25a0eb1 100644 --- a/examples/light-switch-app/silabs/include/CHIPProjectConfig.h +++ b/examples/light-switch-app/silabs/include/CHIPProjectConfig.h @@ -100,5 +100,3 @@ * */ #define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (2000_ms32) - -#define CHIP_DEVICE_CONFIG_ENABLE_EXTENDED_DISCOVERY 1 diff --git a/examples/lighting-app/silabs/include/CHIPProjectConfig.h b/examples/lighting-app/silabs/include/CHIPProjectConfig.h index 00df921596102a..fc137c8d61d7d9 100644 --- a/examples/lighting-app/silabs/include/CHIPProjectConfig.h +++ b/examples/lighting-app/silabs/include/CHIPProjectConfig.h @@ -100,5 +100,3 @@ * */ #define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (2000_ms32) - -#define CHIP_DEVICE_CONFIG_ENABLE_EXTENDED_DISCOVERY 1 diff --git a/examples/lock-app/silabs/include/CHIPProjectConfig.h b/examples/lock-app/silabs/include/CHIPProjectConfig.h index ae0cbaf1b3ac68..87d7485558c659 100644 --- a/examples/lock-app/silabs/include/CHIPProjectConfig.h +++ b/examples/lock-app/silabs/include/CHIPProjectConfig.h @@ -100,5 +100,3 @@ * */ #define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (2000_ms32) - -#define CHIP_DEVICE_CONFIG_ENABLE_EXTENDED_DISCOVERY 1 diff --git a/examples/pump-app/silabs/include/CHIPProjectConfig.h b/examples/pump-app/silabs/include/CHIPProjectConfig.h index 00df921596102a..fc137c8d61d7d9 100644 --- a/examples/pump-app/silabs/include/CHIPProjectConfig.h +++ b/examples/pump-app/silabs/include/CHIPProjectConfig.h @@ -100,5 +100,3 @@ * */ #define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (2000_ms32) - -#define CHIP_DEVICE_CONFIG_ENABLE_EXTENDED_DISCOVERY 1 diff --git a/examples/smoke-co-alarm-app/silabs/include/CHIPProjectConfig.h b/examples/smoke-co-alarm-app/silabs/include/CHIPProjectConfig.h index 692a486448d6c7..4d5f7f1a9807b9 100644 --- a/examples/smoke-co-alarm-app/silabs/include/CHIPProjectConfig.h +++ b/examples/smoke-co-alarm-app/silabs/include/CHIPProjectConfig.h @@ -98,5 +98,3 @@ * */ #define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (2000_ms32) - -#define CHIP_DEVICE_CONFIG_ENABLE_EXTENDED_DISCOVERY 1 diff --git a/examples/thermostat/silabs/include/CHIPProjectConfig.h b/examples/thermostat/silabs/include/CHIPProjectConfig.h index 614361fb34e9f5..2e2f08628fa609 100644 --- a/examples/thermostat/silabs/include/CHIPProjectConfig.h +++ b/examples/thermostat/silabs/include/CHIPProjectConfig.h @@ -108,5 +108,3 @@ * */ #define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (2000_ms32) - -#define CHIP_DEVICE_CONFIG_ENABLE_EXTENDED_DISCOVERY 1 diff --git a/examples/window-app/silabs/include/CHIPProjectConfig.h b/examples/window-app/silabs/include/CHIPProjectConfig.h index f1a69277f06079..2ee5e8735b2192 100644 --- a/examples/window-app/silabs/include/CHIPProjectConfig.h +++ b/examples/window-app/silabs/include/CHIPProjectConfig.h @@ -129,5 +129,3 @@ * */ #define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (2000_ms32) - -#define CHIP_DEVICE_CONFIG_ENABLE_EXTENDED_DISCOVERY 1