We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d0745 commit 7c855e7Copy full SHA for 7c855e7
examples/common/pigweed/rpc_services/Device.h
@@ -485,9 +485,9 @@ 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) {
+ chip::app::InteractionModelEngine::GetInstance()->ShutdownAllSubscriptions();
491
ChipLogDetail(AppServer, "Being triggerred to send ICD check-in message to subscriber");
492
chip::app::ICDNotifier::GetInstance().NotifyNetworkActivityNotification();
493
},
0 commit comments