From 4794082540b1edf007fc498da3dee60b4c2c1de7 Mon Sep 17 00:00:00 2001 From: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:06:23 -0500 Subject: [PATCH] Remove vestige of the initial ICD event base management (#31940) --- src/app/server/Dnssd.cpp | 3 --- src/include/platform/CHIPDeviceEvent.h | 17 ----------------- 2 files changed, 20 deletions(-) diff --git a/src/app/server/Dnssd.cpp b/src/app/server/Dnssd.cpp index e91ef563007cfb..ce3a94ef790336 100644 --- a/src/app/server/Dnssd.cpp +++ b/src/app/server/Dnssd.cpp @@ -48,9 +48,6 @@ void OnPlatformEvent(const DeviceLayer::ChipDeviceEvent * event) { case DeviceLayer::DeviceEventType::kDnssdInitialized: case DeviceLayer::DeviceEventType::kDnssdRestartNeeded: -#if CHIP_CONFIG_ENABLE_ICD_SERVER - case DeviceLayer::DeviceEventType::kICDPollingIntervalChange: -#endif app::DnssdServer::Instance().StartServer(); break; default: diff --git a/src/include/platform/CHIPDeviceEvent.h b/src/include/platform/CHIPDeviceEvent.h index 28e5c22400c0a7..a7656fd6cba7fc 100644 --- a/src/include/platform/CHIPDeviceEvent.h +++ b/src/include/platform/CHIPDeviceEvent.h @@ -147,13 +147,6 @@ enum PublicEventTypes */ kTimeSyncChange, - /** - * SED Interval Change - * - * Signals a change to the sleepy end device interval. - */ - kICDPollingIntervalChange, - /** * CHIPoBLE Connection Established * @@ -524,16 +517,6 @@ struct ChipDeviceEvent final bool updateNocCommandHasBeenInvoked; } FailSafeTimerExpired; - struct - { - bool armed; - } FailSafeState; - - struct - { - bool open; - } CommissioningWindowStatus; - struct { // TODO(cecille): This should just specify wifi or thread since we assume at most 1.