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

Release v0.2.1 #188

Merged
7 commits merged into from
Oct 14, 2021
Merged

Release v0.2.1 #188

7 commits merged into from
Oct 14, 2021

Commits on Sep 30, 2021

  1. [BleManager] fix Future already completed error when an error is thro…

    …wn in data out stream sub before the end of _negociateAndInitGatt (#182)
    R0m4in-dooz committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    48bb5d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. more error codes for provisioning + docs (#183)

    R0m4in-dooz committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    bd4c47c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Bug : prov error (#184)

    * allow to only have onError callback
    
    * check if has device disconnected callback
    R0m4in-dooz committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    3e34f24 View commit details
    Browse the repository at this point in the history
  2. Feature : prov error code (#185)

    * add one more error code for provisioning : handling unexpected gatt error out of connection phases
    
    * check if completer is completed before propagating gatt error
    R0m4in-dooz committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    8bc3e7b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. [BleManager] fix disconnected event tagged as unexpected in global st…

    …atus listener (#186)
    R0m4in-dooz committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    40e2746 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Bug : uncaught disconnect (#187)

    * [BleManager] now always complete error upon disconnected event if _connect completer is not completed yet (init gatt success)
    
    * [BleManager] explicit typ for event listener param
    R0m4in-dooz committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    8dbf8c1 View commit details
    Browse the repository at this point in the history
  2. update CHANGELOG.md (#189)

    R0m4in-dooz committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    d6de419 View commit details
    Browse the repository at this point in the history