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

Added retry mechanism parameter for LongWriteOperation #357

Merged
merged 19 commits into from
Mar 12, 2018

Commits on Jan 15, 2018

  1. Added retry mechanism parameter for LongWriteOperation

    Martin WIRTH committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    1a49205 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Checkstyle

    Martin WIRTH committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    e752af4 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Change retry mechanism (dariuszseweryn#352)

    Martin WIRTH committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    d6f113e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Configuration menu
    Copy the full SHA
    ce02a02 View commit details
    Browse the repository at this point in the history
  2. Checkstyle: remove unused import (dariuszseweryn#352)

    Martin WIRTH committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    f54f4ae View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

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

Commits on Feb 5, 2018

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

Commits on Feb 6, 2018

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

Commits on Feb 8, 2018

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

Commits on Feb 15, 2018

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

Commits on Feb 28, 2018

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

Commits on Mar 3, 2018

  1. Add unit test for long write retry strategy

    Martin WIRTH committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    cdddd29 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

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

Commits on Mar 9, 2018

  1. - Added tests for retries during long write operations

    - Fixed issue that caused the last batch to be written with incorrect data (empty byte array)
    - Added support for errors that were occurring when operation was started (not from the gatt callback)
    uKL committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    cf207e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d3f2fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9c0ba2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db06717 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6dd6dd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

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