We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use this code to filter on companyId, however on iOS I do not see and devices show in the list, so this does not seem to work
Scanner { logging { level = Events } filters { match { manufacturerData = listOf(Filter.ManufacturerData(0x0A61, byteArrayOf())) } } }
If I change the code to filter on name = Filter.Name.Prefix("SP") then that works
name = Filter.Name.Prefix("SP")
The text was updated successfully, but these errors were encountered:
This also works on iOS now 👍
Sorry, something went wrong.
No branches or pull requests
I use this code to filter on companyId, however on iOS I do not see and devices show in the list, so this does not seem to work
If I change the code to filter on
name = Filter.Name.Prefix("SP")
then that worksThe text was updated successfully, but these errors were encountered: