Question regarding the low power scan option #117
Replies: 9 comments
-
The wording is certainly confusing on what the option does. Looking for documentation lead me to this issue. Interested in hearing feedback on it. |
Beta Was this translation helpful? Give feedback.
-
The Android docs only say that So it seems like when using |
Beta Was this translation helpful? Give feedback.
-
We did some measurements using the different scan modes and different scan durations. The low power scan mode clearly misses some devices, even though it will scan for a longer time. |
Beta Was this translation helpful? Give feedback.
-
Alright, but then the descriptive text of the settings option is very missleading and should probably be changed.. |
Beta Was this translation helpful? Give feedback.
-
Hi, I was confused by this option as well (I was about to open an issue that this option was not enabled by default because i read it in a way that scanning won't function at all otherwise). update: my suggestion to add/modify the thread openers suggestion would be: Cheers! |
Beta Was this translation helpful? Give feedback.
-
In both cases Bluetooth LowEnergy is used.. It just changes the poll interval for devices to be discovered. |
Beta Was this translation helpful? Give feedback.
-
Hi @DrMaxNix: oh, too much skipping between open browser tabs, sorry about that confusion, should have read the opening post again. I will edit my previous post and propose that if the 2 hour mark can be something of a guidance, that it could be included in the fix @aforemendude proposed initially :-) |
Beta Was this translation helpful? Give feedback.
-
@DrMaxNix we try to align pull-requests with our feature releases. So we are currently working on an enhanced device detection and we will add the pull requests in this release 😊 |
Beta Was this translation helpful? Give feedback.
-
To bring some progress into this issue I will sum up the ideas we had so far. Current text (as of v1.2)
@aforemendude
@lenhart
My suggestion to combine all of those ideas
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I have a question regarding the low power scan option if you don't mind me asking.
Recently, the label text for the option was changed from
If enabled bluetooth low power scan will be used to discover nearby AirTags!<b>WARNING</b>: This could cause that some devices won\'t be discovered!
toIf enabled, Bluetooth Low Energy scanning will be used to discover nearby AirTags!<b>WARNING</b>: Without this option, some devices might not be discovered!
.However, according to the code, Bluetooth Low Energy is used regardless of this option, and the low power scanning mode is used when this option is enabled.
AirGuard/app/src/main/java/de/seemoo/at_tracking_detection/detection/ScanBluetoothWorker.kt
Line 7 in 4a29bae
AirGuard/app/src/main/java/de/seemoo/at_tracking_detection/detection/ScanBluetoothWorker.kt
Lines 154 to 161 in 4a29bae
So, it seems to me that the label should say
If enabled, low power scanning mode will be used to discover nearby AirTags! <b>WARNING</b>: When this option is enabled, some devices might not be discovered!
. Can someone please confirm if this is correct? Also, please let me know if you want me to open a PR to make the change.Beta Was this translation helpful? Give feedback.
All reactions