We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71bd22a commit 8330e18Copy full SHA for 8330e18
src/habluetooth/scanner.py
@@ -38,6 +38,7 @@
38
# will match all devices.
39
PASSIVE_SCANNER_ARGS = BlueZScannerArgs(
40
or_patterns=[
41
+ OrPattern(0, AdvertisementDataType.FLAGS, b"\x02"),
42
OrPattern(0, AdvertisementDataType.FLAGS, b"\x06"),
43
OrPattern(0, AdvertisementDataType.FLAGS, b"\x1a"),
44
]
0 commit comments