Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't see COVID-19 Exposure Notifications send with Android. #48

Closed
zeno4ever opened this issue Aug 22, 2020 · 4 comments
Closed

Can't see COVID-19 Exposure Notifications send with Android. #48

zeno4ever opened this issue Aug 22, 2020 · 4 comments

Comments

@zeno4ever
Copy link

I use the beacontools for my project, "CoronaTeller" (dutch for Corona counter)

Testing :

  $ bluetoothctl
  [bluetoothctl]scan.transport le
  [bluetoothctl]scan.uuids 0xfd6f
  [bluetoothctl]scan on

Gives all beacons including the Android phones. Running the beacontoools scan tool (without any packet filtering) gives only my iPhone, not an Android phone.

@citruz
Copy link
Owner

citruz commented Aug 25, 2020

Unfortunately I don't have an Android phone to test that. Can you provide me with a raw dump of the ble packet?
You should be able do get it using:

sudo hcitool lescan --duplicates
# (in another terminal)
sudo hcidump --raw | grep --line-buffered  "6F FD" -A 1 -B 1

@zeno4ever
Copy link
Author

zeno4ever commented Aug 27, 2020

-- Android

04 3E 28 02 01 03 01 BB 7E B5 2B 86 79 1C 03 03 6F FD 17 16
6F FD 2C FB 0D E0 2B 33 D2 0C 5C 27 61 12 38 E2 D1 07 42 B5
6E E5 B8

-- iPhone

04 3E 2B 02 01 03 01 08 E6 AE 33 0B 3F 1F 02 01 1A 03 03 6F
FD 17 16 6F FD E9 32 E8 B0 68 8D FA EC 00 62 B7 D6 D3 5E EF
B5 EE AA 91 AC BA

@citruz citruz closed this as completed in 9d21288 Aug 29, 2020
@citruz
Copy link
Owner

citruz commented Aug 29, 2020

I just published 2.0.2 in which I made packet pre-filtering more resilient against slightly different packet layouts. This should the issue.

@zeno4ever
Copy link
Author

Tested, seems to work. Great work, thanks @citruz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants