We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes the Android OS is not calling BluetoothGattCallback.onServicesDiscovered() despite all services and characteristic being already discovered.
BluetoothGattCallback.onServicesDiscovered()
Unknown
RxBleRadioOperationServiceDiscovery
Library returns gathered services or timeouts.
The text was updated successfully, but these errors were encountered:
Added a timeout for discovering services. Added a workaround for a si…
5ac134e
…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
dariuszseweryn
No branches or pull requests
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
Actual result
Library freezes while running
RxBleRadioOperationServiceDiscovery
Expected result
Library returns gathered services or timeouts.
The text was updated successfully, but these errors were encountered: