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

dp3t-app-ios can receive ephIDs but dp3t-app-android fails to receive ephIDs from iOS #42

Open
0xjams opened this issue Apr 28, 2020 · 0 comments

Comments

@0xjams
Copy link

0xjams commented Apr 28, 2020

After building the iOS app, and leaving the two devices exchanging ephIDs, if the android device reports a disease, the iOS device will get a notification, but the reverse does not work.

The issue was traced to the fact that when iOS starts to send ephIDs to Android, the following exception occurs:

/org.dpppt.android.app E/BluetoothGattCallback: Failed to initiate characteristic read
2020-04-28 03:40:50.541 31207-31219/org.dpppt.android.app W/BluetoothGatt: Unhandled exception in callback
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.bluetooth.BluetoothGattCallback.onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)' on a null object reference
at android.bluetooth.BluetoothGatt$1.onClientConnectionState(BluetoothGatt.java:229)
at android.bluetooth.IBluetoothGattCallback$Stub.onTransact(IBluetoothGattCallback.java:70)
at android.os.Binder.execTransact(Binder.java:573)

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

No branches or pull requests

1 participant