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

fix(bluetooth-le): add isConnectable to ScanParams interface #3204

Merged
merged 1 commit into from Oct 30, 2019

Conversation

Ivan-s4
Copy link
Contributor

@Ivan-s4 Ivan-s4 commented Oct 21, 2019

Docs mention isConnectable param as an option for startScan(), but ScanParams does not include it.

Windows 10 UWP
isConnectable - Windows 10 will, by default, show all devices ever seen by the system, even if the device is off. If you want to only devices that are on and connectable, set this to true.

@danielsogl danielsogl self-assigned this Oct 30, 2019
@danielsogl danielsogl added target: minor This PR is targeted for the next minor release target: patch This PR is targeted for the next patch release and removed target: minor This PR is targeted for the next minor release labels Oct 30, 2019
@danielsogl danielsogl merged commit 00ef998 into danielsogl:master Oct 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants