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

Allow for filtering of Bluetooth LE devices returned from bluetooth library #2

Closed
kirk-quinbar opened this issue Aug 1, 2017 · 2 comments
Assignees

Comments

@kirk-quinbar
Copy link
Owner

kirk-quinbar commented Aug 1, 2017

Any function returning devices should allow for filtering to only return heart rate devices. i believe the UWP samples from Microsoft may show how to do that.

  • filter on name
  • filter on whether its a heart rate device
@kirk-quinbar
Copy link
Owner Author

name filtering has been added.

@kirk-quinbar
Copy link
Owner Author

filtering using gattservices to only allow heart rate devices to be returned from heartdevicewatcher has been added, but will only work on paired devices. current version of uwp bluetooth apis wont allow for querying gattservices on unpaired devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant