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(ble_gatt_server): Deinit services before device deinit #325

Merged
merged 5 commits into from
Sep 6, 2024

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    0db487f View commit details
    Browse the repository at this point in the history
  2. update example to exit loop after all devices have disconnected (but …

    …at least one device has connected). added additional logging
    finger563 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e111d36 View commit details
    Browse the repository at this point in the history
  3. ensure client connection is unset after we are done with it so that l…

    …ater cleanup doesnt think its still connected when its not
    finger563 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    dabe226 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe5adef View commit details
    Browse the repository at this point in the history
  5. update to ensure init/deinit are protected from being called multiple…

    … times in a row; update example to test calling deinit() multiple times in a row via manual call and destructor
    finger563 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    996fb12 View commit details
    Browse the repository at this point in the history