mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Stub for device notification changes
This commit is contained in:
@@ -417,6 +417,8 @@ public class MiBandSupport extends AbstractBTLEDeviceSupport {
|
||||
handleActivityNotif(characteristic.getValue());
|
||||
} else if (MiBandService.UUID_CHARACTERISTIC_BATTERY.equals(characteristicUUID)) {
|
||||
handleBatteryInfo(characteristic.getValue(), BluetoothGatt.GATT_SUCCESS);
|
||||
} else if (MiBandService.UUID_CHARACTERISTIC_NOTIFICATION.equals(characteristicUUID)) {
|
||||
// device somehow changed, should we update e.g. battery level?
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user