MohGovIL / hamagen-react-native

Israel's Ministry of Health's COVID-19 Exposure Prevention App
https://health.gov.il/
MIT License
508 stars 153 forks source link

Android bluetooth system app crash #263

Open kaplanlior opened 4 years ago

kaplanlior commented 4 years ago

Due to a built-in limitations in Android system Bluetooth stack among the limitations are https://issuetracker.google.com/issues/36991824

Android limits the list of familiar devices

Usage of BLE communication in android system which will cause to exceed the limits this list (e.g. receiving of transitions from number of devices that is higher than the limit during a period of time). Can result a crash in the Android Bluetooth system app. Usage of HaMagen might increase the probability of this crash to happen.

A crash in Android Bluetooth app, might lead to a sudden disconnect all of the Bluetooth communication, which is resumed automatically by Android in a short period afterwards.

We are working on a resolution to this scenario.