hamagen-react-native icon indicating copy to clipboard operation
hamagen-react-native copied to clipboard

Android bluetooth system app crash

Open kaplanlior opened this issue 4 years ago • 0 comments

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.

kaplanlior avatar Aug 02 '20 14:08 kaplanlior