During tests I realized that it can happen that manufacturerData is missing because got some different advertisements, so it might be helpful to extend the filter.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
During tests I realized that it can happen that
manufacturerData
is missing because got some different advertisements, so it might be helpful to extend the filter.So it look's like the filters work as logic
OR
. Is there a way to change toAND
?