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

Fix CHIPDeviceController when storage delegate is nullptr #4089

Merged

Commits on Dec 10, 2020

  1. Fix CHIPDeviceController when storage delegate is nullptr

    CHIPDeviceController releases results of the
    Rendezvous session assuming that they have been persisted.
    However some platforms, like Android, don't provide
    implementation of PersistentStorageDelegate yet.
    Damian-Nordic committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    aad5122 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bde1051 View commit details
    Browse the repository at this point in the history
  3. Add TODO comment

    Damian-Nordic committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    041100c View commit details
    Browse the repository at this point in the history