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
In https://github.com/01org/corelibs-arduino101/blob/master/libraries/CurieBLE/examples/central/scan/scan.ino
BLE.scan();
scans without filter, however I expect it to scan with a duplicate filter.
The text was updated successfully, but these errors were encountered:
Track by Jira 802
Sorry, something went wrong.
Addressed by #457
This is a bit better with the 2.0.1 RC1 release, however the logic to enable the duplicate filtering is inverted.
I've submitted PR #476 to address this.
Please note that PR #476 is superseded by the follow PR,
https://jira.ndg.intel.com/browse/ATLEDGE-896
This looks good now with the 2.0.2 RC JSON @SidLeung provided me. Closing
The scan.ino example only reports discovered peripherals once as expected and the scan_callback.ino example reports every advertisement.
However, as @SidLeung mentioned BLE.scan() does not report the scan response as I expected. I'll open a separate issue to discuss this.
BLE.scan()
sandeepmistry
No branches or pull requests
In https://github.com/01org/corelibs-arduino101/blob/master/libraries/CurieBLE/examples/central/scan/scan.ino
scans without filter, however I expect it to scan with a duplicate filter.
The text was updated successfully, but these errors were encountered: