Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[nrfconnect] Added recovering CASE session for the light switch #65

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 12, 2022

  1. [nrfconnect] Added recovering CASE session for the light switch

    There isn't CASE recovery mechanism, so after resetting lighting
    device, the light switch is not able to communicate with it,
    as it holds out of date CASE session.
    
    Added releasing CASE session in case invoke command failure due
    to timeout reason. After that new session is established and command
    retransmitted. CASE session is recovered only once per failure to
    prevent multiple tries in case comunnication is seriously broken.
    kkasperczyk-no committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    5a00960 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    6bb6b70 View commit details
    Browse the repository at this point in the history