-
Notifications
You must be signed in to change notification settings - Fork 582
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
Add isConnectable to ScanResult #781
Add isConnectable to ScanResult #781
Conversation
…nto ble-isconneable
I decided to fork this project so we can maintain it more actively and merge PRs. I've forked at https://github.com/NRB-Tech/RxAndroidBle/ and it's on Maven Central as io.nrbtech.rxandroidble. If you want to submit this PR there I will review. |
I have effectively merged this PR and released as |
…le. Introduced injectable IsConnectableChecker. Updated java sample.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! I added few things to my liking. Sorry for waiting so long — I took quite some time off and misconfigured my notifications so I was blind for events here. Thank you very much for your contribution 🚀
Thanks! When are you planning to release new version? :) |
You can preview on |
Hi I finished implementation by #689 and tested on many devices .
Code review MR suggested: IsConnectableStatus ✅
After discussion on original MR, author added
isLegacy
, which is INCORRECT. So I removed it. isLegacy can be true for peripheral devices but it is independent on isConnectable.We tested the behaviour on many devices (A7 to A12) and it works correctly.