davidgyoung / ble-scanner

Bluetooth LE scanning CLI tool for Linux/BlueZ
BSD 3-Clause "New" or "Revised" License
19 stars 6 forks source link

MAC address filter #9

Open micha-1987 opened 9 months ago

micha-1987 commented 9 months ago

Hello, is it possible to provide MACs to -maybe- the pattern filter to reduce the incoming messages? Currently I am doing the filtering manually with a for loop + if statement to check the MACs. But I am uncertain if this will decrease performance / number of totally detected messages.

Many thanks!