Skip to content

Commit f4da03c

Browse files
Remove vestige of the initial ICD event base management (project-chip#31940)
1 parent 3e7a4c8 commit f4da03c

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

src/app/server/Dnssd.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ void OnPlatformEvent(const DeviceLayer::ChipDeviceEvent * event)
4848
{
4949
case DeviceLayer::DeviceEventType::kDnssdInitialized:
5050
case DeviceLayer::DeviceEventType::kDnssdRestartNeeded:
51-
#if CHIP_CONFIG_ENABLE_ICD_SERVER
52-
case DeviceLayer::DeviceEventType::kICDPollingIntervalChange:
53-
#endif
5451
app::DnssdServer::Instance().StartServer();
5552
break;
5653
default:

src/include/platform/CHIPDeviceEvent.h

-17
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,6 @@ enum PublicEventTypes
147147
*/
148148
kTimeSyncChange,
149149

150-
/**
151-
* SED Interval Change
152-
*
153-
* Signals a change to the sleepy end device interval.
154-
*/
155-
kICDPollingIntervalChange,
156-
157150
/**
158151
* CHIPoBLE Connection Established
159152
*
@@ -524,16 +517,6 @@ struct ChipDeviceEvent final
524517
bool updateNocCommandHasBeenInvoked;
525518
} FailSafeTimerExpired;
526519

527-
struct
528-
{
529-
bool armed;
530-
} FailSafeState;
531-
532-
struct
533-
{
534-
bool open;
535-
} CommissioningWindowStatus;
536-
537520
struct
538521
{
539522
// TODO(cecille): This should just specify wifi or thread since we assume at most 1.

0 commit comments

Comments
 (0)