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

Cannot filter on more than one byte #111

Open
epac-tom opened this issue Jun 8, 2022 · 1 comment
Open

Cannot filter on more than one byte #111

epac-tom opened this issue Jun 8, 2022 · 1 comment
Assignees

Comments

@epac-tom
Copy link

epac-tom commented Jun 8, 2022

I am trying to filter devices in the scanner but cannot filter with more than one byte. This may very well be user error but I can't find any documentation on how to enter the filter.
I am trying to filter on advertising data, I have tried filtering on the Company ID and the content of the data.
I can filter using one byte but if I try two bytes everything is filtered out.
I am trying to filter on our company ID - 0x0B1B
I have tried:
0B - works
1B - works
0x1B - works
0x0B - doesn't work

0B1B - doesn't work
1B0B - doesn't work
0x0B1B - doesn't work
0x1B0B - doesn't work
Same 4 with spaces between
Same as last two but with 0x between the two bytes, with and without space
Tried different combinations of the decimal values

I've also tried the same on the content, I can filter with one byte but no more

@philips77
Copy link
Member

Interesting. We'll look into it. Have s good weekend!

@dinesharjani dinesharjani self-assigned this Feb 16, 2023
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

3 participants