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

Sporadic freeze during service discovery #86

Closed
dariuszseweryn opened this issue Oct 26, 2016 · 0 comments
Closed

Sporadic freeze during service discovery #86

dariuszseweryn opened this issue Oct 26, 2016 · 0 comments
Assignees
Labels
bug Bug that is caused by the library

Comments

@dariuszseweryn
Copy link
Owner

Summary


Sometimes the Android OS is not calling BluetoothGattCallback.onServicesDiscovered() despite all services and characteristic being already discovered.

Preconditions


Unknown

Steps to reproduce actual result

  1. Connect to a device
  2. Perform service discovery

    Actual result


    Library freezes while running RxBleRadioOperationServiceDiscovery

Expected result


Library returns gathered services or timeouts.

@dariuszseweryn dariuszseweryn self-assigned this Oct 26, 2016
@dariuszseweryn dariuszseweryn added the bug Bug that is caused by the library label Oct 26, 2016
dariuszseweryn added a commit that referenced this issue Nov 2, 2016
…tuation when `BluetoothGatt` doesn't recieve a `.onDiscoveryCompleted()` callback from `IBluetoothGatt` but already has the needed `BluetoothGattService`'s /...

Summary: ...`BluetoothGattCharacteristic`'s / `BluetoothGattDescriptor`'s. #86

Reviewers: michal.zielinski, pawel.urban

Reviewed By: pawel.urban

Differential Revision: https://phabricator.polidea.com/D1933
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug that is caused by the library
Projects
None yet
Development

No branches or pull requests

1 participant