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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: