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
{{ message }}
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.
The manufacturerPayload is passed as null, this will cause filters to be null and filters.add(new ScanFilter.Builder().setServiceUuid(ParcelUuid.fromString(uid)).build()); will still run causing a runtime error of invalid address visit.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
in BLEAdvertiserModule.java,
We have code :
And in
The manufacturerPayload is passed as null, this will cause filters to be null and
filters.add(new ScanFilter.Builder().setServiceUuid(ParcelUuid.fromString(uid)).build());
will still run causing a runtime error of invalid address visit.The text was updated successfully, but these errors were encountered: