File tree 2 files changed +0
-20
lines changed
2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,6 @@ void OnPlatformEvent(const DeviceLayer::ChipDeviceEvent * event)
48
48
{
49
49
case DeviceLayer::DeviceEventType::kDnssdInitialized :
50
50
case DeviceLayer::DeviceEventType::kDnssdRestartNeeded :
51
- #if CHIP_CONFIG_ENABLE_ICD_SERVER
52
- case DeviceLayer::DeviceEventType::kICDPollingIntervalChange :
53
- #endif
54
51
app::DnssdServer::Instance ().StartServer ();
55
52
break ;
56
53
default :
Original file line number Diff line number Diff line change @@ -147,13 +147,6 @@ enum PublicEventTypes
147
147
*/
148
148
kTimeSyncChange ,
149
149
150
- /* *
151
- * SED Interval Change
152
- *
153
- * Signals a change to the sleepy end device interval.
154
- */
155
- kICDPollingIntervalChange ,
156
-
157
150
/* *
158
151
* CHIPoBLE Connection Established
159
152
*
@@ -524,16 +517,6 @@ struct ChipDeviceEvent final
524
517
bool updateNocCommandHasBeenInvoked;
525
518
} FailSafeTimerExpired;
526
519
527
- struct
528
- {
529
- bool armed;
530
- } FailSafeState;
531
-
532
- struct
533
- {
534
- bool open;
535
- } CommissioningWindowStatus;
536
-
537
520
struct
538
521
{
539
522
// TODO(cecille): This should just specify wifi or thread since we assume at most 1.
You can’t perform that action at this time.
0 commit comments