Skip to content

Commit

Permalink
[K32W0, K32W1] Use subscription resumption after timeout
Browse files Browse the repository at this point in the history
Introduced in Core SDK by project-chip#27956

Signed-off-by: Doru Gucea <[email protected]>
  • Loading branch information
doru91 committed Aug 4, 2023
1 parent 250bcc6 commit 777b9f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/contact-sensor-app/nxp/k32w/k32w0/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ chip_enable_ble = true

chip_enable_icd_server = true
chip_persist_subscriptions = true
chip_subscription_timeout_resumption = true
1 change: 1 addition & 0 deletions examples/contact-sensor-app/nxp/k32w/k32w1/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ chip_enable_ble = true

chip_enable_icd_server = true
chip_persist_subscriptions = true
chip_subscription_timeout_resumption = true
1 change: 1 addition & 0 deletions examples/lock-app/nxp/k32w/k32w0/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ chip_enable_ble = true

chip_enable_icd_server = true
chip_persist_subscriptions = true
chip_subscription_timeout_resumption = true

0 comments on commit 777b9f8

Please sign in to comment.