Skip to content

Commit

Permalink
Disable Extended Discovery in Silabs apps (#30059)
Browse files Browse the repository at this point in the history
  • Loading branch information
selissia authored and pull[bot] committed Nov 30, 2023
1 parent 306b3f2 commit 8127428
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions examples/chef/silabs/include/CHIPProjectConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,3 @@
*
*/
#define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (2000_ms32)

#define CHIP_DEVICE_CONFIG_ENABLE_EXTENDED_DISCOVERY 1
2 changes: 0 additions & 2 deletions examples/light-switch-app/silabs/include/CHIPProjectConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,3 @@
*
*/
#define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (2000_ms32)

#define CHIP_DEVICE_CONFIG_ENABLE_EXTENDED_DISCOVERY 1
2 changes: 0 additions & 2 deletions examples/lighting-app/silabs/include/CHIPProjectConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,3 @@
*
*/
#define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (2000_ms32)

#define CHIP_DEVICE_CONFIG_ENABLE_EXTENDED_DISCOVERY 1
2 changes: 0 additions & 2 deletions examples/lock-app/silabs/include/CHIPProjectConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,3 @@
*
*/
#define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (2000_ms32)

#define CHIP_DEVICE_CONFIG_ENABLE_EXTENDED_DISCOVERY 1
2 changes: 0 additions & 2 deletions examples/pump-app/silabs/include/CHIPProjectConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,3 @@
*
*/
#define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (2000_ms32)

#define CHIP_DEVICE_CONFIG_ENABLE_EXTENDED_DISCOVERY 1
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,3 @@
*
*/
#define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (2000_ms32)

#define CHIP_DEVICE_CONFIG_ENABLE_EXTENDED_DISCOVERY 1
2 changes: 0 additions & 2 deletions examples/thermostat/silabs/include/CHIPProjectConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,3 @@
*
*/
#define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (2000_ms32)

#define CHIP_DEVICE_CONFIG_ENABLE_EXTENDED_DISCOVERY 1
2 changes: 0 additions & 2 deletions examples/window-app/silabs/include/CHIPProjectConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,3 @@
*
*/
#define CHIP_CONFIG_MRP_LOCAL_ACTIVE_RETRY_INTERVAL (2000_ms32)

#define CHIP_DEVICE_CONFIG_ENABLE_EXTENDED_DISCOVERY 1

0 comments on commit 8127428

Please sign in to comment.