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

clearScanResponse() #30

Closed
ghost opened this issue Jul 29, 2015 · 3 comments
Closed

clearScanResponse() #30

ghost opened this issue Jul 29, 2015 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 29, 2015

I use accumulateScanResponse to send scan Response, but later I want to stop sending the scan Response on a certain condition. I tried using clearScanResponse() for this but the observer device still receives scan response (same as the previously received scan response) if active scanning is enabled on it.

The clearScanResponse() function should allow the advertising device to have the authority of not sending any scan response if it wants.

@rgrover
Copy link
Contributor

rgrover commented Jul 30, 2015

clearScanResponse() clears the scan-response payload, but setting a null scan-response results in a no-op for the nordic stack. This we need to do something about this.

@rgrover
Copy link
Contributor

rgrover commented Aug 7, 2015

will be handled by ARMmbed/ble#64

@rgrover
Copy link
Contributor

rgrover commented Aug 11, 2015

closing this because I believe this has been fixed. Please re-open if you disagree.

@rgrover rgrover closed this as completed Aug 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant