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

Thread calling the Native API changed from main to background. #255

Merged
merged 2 commits into from
Aug 3, 2017

Commits on Jul 27, 2017

  1. Thread calling the Native API changed from main to background.

    Initially when working with the Android Bluetooth API (18 / Android 4.3) it was found that specific implementations (Samsung’s) cannot work correctly if called directly in callbacks from other calls. To mitigate the problem the next interaction was routed to Android main thread. Now when investigating the issue it turned out that it may be any other thread as long as it is not the callback thread.
    dariuszseweryn committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    cca3351 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Merge branch 'develop' into topic/remove_main_thread

    # Conflicts:
    #	rxandroidble/src/main/java/com/polidea/rxandroidble/internal/connection/RxBleConnectionImpl.java
    dariuszseweryn committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    2b1da9c View commit details
    Browse the repository at this point in the history