NordicSemiconductor / IOS-nRF-Connect

Info page
https://nordicsemiconductor.github.io/IOS-nRF-Connect/
138 stars 32 forks source link

Cannot filter on more than one byte #111

Open epac-tom opened 2 years ago

epac-tom commented 2 years ago

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 commented 2 years ago

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