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

BLEDevice::clearAdvertisingPayload doesn't clear the scan response PDU #36

Closed
kellyjp opened this issue Apr 21, 2015 · 1 comment
Closed

Comments

@kellyjp
Copy link

kellyjp commented Apr 21, 2015

There appears to be no way to clear the scan response stored in BLEDevice::scanResponse in the current API. The logical place for this is probably in clearAdvertisingPayload method as the scanResponse is just an extension of the advertising payload. However, if you don't want to change the semantics of the current API another method could be added to the API to do this i.e. clearScanResponse.

@rgrover
Copy link
Contributor

rgrover commented Apr 21, 2015

Thanks for raising this. I'll investigate if this is possible.

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

2 participants