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

Filtering on companyIdentifier does not work in iOS #856

Closed
tsuijten opened this issue Feb 6, 2025 · 2 comments
Closed

Filtering on companyIdentifier does not work in iOS #856

tsuijten opened this issue Feb 6, 2025 · 2 comments

Comments

@tsuijten
Copy link

tsuijten commented Feb 6, 2025

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

@twyatt

This comment has been minimized.

@twyatt twyatt closed this as completed Feb 6, 2025
@tsuijten
Copy link
Author

tsuijten commented Feb 6, 2025

This also works on iOS now 👍

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