diff --git a/examples/contact-sensor-app/nxp/k32w/k32w0/args.gni b/examples/contact-sensor-app/nxp/k32w/k32w0/args.gni index 06988410dedf06..02a388daab9e1a 100644 --- a/examples/contact-sensor-app/nxp/k32w/k32w0/args.gni +++ b/examples/contact-sensor-app/nxp/k32w/k32w0/args.gni @@ -25,3 +25,4 @@ chip_enable_ble = true chip_enable_icd_server = true chip_persist_subscriptions = true +chip_subscription_timeout_resumption = true diff --git a/examples/contact-sensor-app/nxp/k32w/k32w1/args.gni b/examples/contact-sensor-app/nxp/k32w/k32w1/args.gni index ae79d102bef88e..d0ec835aca2d98 100644 --- a/examples/contact-sensor-app/nxp/k32w/k32w1/args.gni +++ b/examples/contact-sensor-app/nxp/k32w/k32w1/args.gni @@ -26,3 +26,4 @@ chip_enable_ble = true chip_enable_icd_server = true chip_persist_subscriptions = true +chip_subscription_timeout_resumption = true diff --git a/examples/lock-app/nxp/k32w/k32w0/args.gni b/examples/lock-app/nxp/k32w/k32w0/args.gni index e1f00495693b6c..a733921b547e38 100644 --- a/examples/lock-app/nxp/k32w/k32w0/args.gni +++ b/examples/lock-app/nxp/k32w/k32w0/args.gni @@ -24,3 +24,4 @@ chip_enable_ble = true chip_enable_icd_server = true chip_persist_subscriptions = true +chip_subscription_timeout_resumption = true