How to solve the BluetoothGatt : android.os.DeadObjectException error happened in Android?
问题 I following the page Bluetooth Low Energy for developing in Android 4.3 for Bluetooth Low Energy . I already can turn on the Bluetooth , scan the device and connect to the BLE device. But it show the BluetoothGatt : android.os.DeadObjectException after I try to connect to device (device.connectGatt) and before discover the Service (mBluetoothGatt.discoverServices) for the BLE device. Before BluetoothGatt : android.os.DeadObjectException it show the log like the following W/bt-smp (10670): io