marq24 / UUID0xFD6FTracer

Scan your current environment for devices running an app that make us of the ExposureNotification Service
GNU General Public License v3.0
122 stars 6 forks source link

Counting also own beacons? #18

Open miwie opened 3 years ago

miwie commented 3 years ago

Does the app count also the own (the ones emitted by the phone using the CWA) beacons?

marq24 commented 3 years ago

By "default" the BluetoothScanner running on a device will not return Beacons/Devices that have been created by itself - But that depends on the implementation of the Android OS...

https://github.com/marq24/UUID0xFD6FTracer/issues/15#issuecomment-753599147

All the devices I have used here for testing does not "see" themselves. Does this answer your question?