forked from arihantdaga/cordova-plugin-ble-central
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Pulling from parent #3
Open
chaymankala
wants to merge
91
commits into
kiot-innovations:master
Choose a base branch
from
don:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This ensures the refresh callback can't get stuck permanently preventing the connect callback from firing.
Clean up various NPEs and exceptions on Android
It's not immediately obvious that what the right behaviour here is if service discovery fails, but if the connection has been established, it seems safe to continue leaving it open. Reverts 367f900
This was added for Android 6, but it's unclear how this might affect device scanning. Docos suggest this only impacts connecting, so should be safe to ignore.
Implement createBond/getBondState on Android (#605)
- Clarify typescript support (#1007) - Turn on syntax highlighting for all code snippets
* Lock down ubuntu and android build tool versions
- Expose mtu via promise interface - Update CHANGELOG - Reformat README
Related to discussion on #1015
…1020) A clear exception has been carved out for system broadcasts registered via Context#registerReceiver See https://developer.android.com/about/versions/14/behavior-changes-14#system-broadcasts
Additional UUID validation on iOS inadvertantly prevented 16 & 32-bit UUID formats from being accepted.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.