We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79da246 commit 12d0745Copy full SHA for 12d0745
examples/common/pigweed/rpc_services/Device.h
@@ -485,6 +485,7 @@ class Device : public pw_rpc::nanopb::Device::Service<Device>
485
virtual pw::Status TriggerIcdCheckin(const pw_protobuf_Empty & request, pw_protobuf_Empty & response)
486
{
487
#if CHIP_CONFIG_ENABLE_ICD_CIP
488
+ chip::app::InteractionModelEngine::GetInstance()->ShutdownAllSubscriptions();
489
chip::DeviceLayer::PlatformMgr().ScheduleWork(
490
[](intptr_t) {
491
ChipLogDetail(AppServer, "Being triggerred to send ICD check-in message to subscriber");
0 commit comments