From 777b9f88fd1f7e0ab8587b4e07690115b95bc48e Mon Sep 17 00:00:00 2001 From: Doru Gucea Date: Fri, 4 Aug 2023 04:56:50 -0700 Subject: [PATCH] [K32W0, K32W1] Use subscription resumption after timeout Introduced in Core SDK by #27956 Signed-off-by: Doru Gucea --- examples/contact-sensor-app/nxp/k32w/k32w0/args.gni | 1 + examples/contact-sensor-app/nxp/k32w/k32w1/args.gni | 1 + examples/lock-app/nxp/k32w/k32w0/args.gni | 1 + 3 files changed, 3 insertions(+) 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