You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: