Passive mode for scanning #1088
Centauri63
started this conversation in
General
Replies: 1 comment 10 replies
-
Docs are here: https://bleak.readthedocs.io/en/latest/api/scanner.html#bleakscanner-class |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have several BLE sensors and they send advertisement to any near device.
When I launch a scan my sensors send always an answer. My problem is the battery because it drain power. I'm interested in passive mode to avoid this problem.
But I didn't find how to use it. Could you help me ?or another solution?
I use this : scanner = BleakScanner(simple_callback,service_uuids)
Thanks and best regards.
Beta Was this translation helpful? Give feedback.
All reactions