Subscribe to a characteristic and catch the value Android
问题 I´m developing an BLE app, based on the Gatt sample project provided by google: https://developer.android.com/samples/BluetoothLeGatt/index.html. So, I can send data writing in a characteristic successfully. Now I need to know when this characteristic change its value. DeviceActivity private void displayGattServices(List<BluetoothGattService> gattServices) { // get services & characteristics ................ final BluetoothGattCharacteristic characteristic = mGattCharacteristics.get(2).get(0)