Android 4.4.4 Moto G Bluetooth LE reconnect issue
问题 I have an app that works great on a Samsung S3 running Android 4.3 however i've having issues on a Moto G running 4.4.4 My BLE peripheral connects and disconnects several times during the apps use. This works fine however sometimes there comes a point where the app/phone no longer reconnects to the peripheral. All gatt commands are run on the main thread, eg. final BluetoothGatt gat = gatt; Handler handler = new Handler(Looper.getMainLooper()); handler.post(new Runnable() { @Override public