Pebble: try harder to get LE address into the database, does not work

here
Andreas Shimokawa 2016-11-27 10:10:50 +01:00
parent 34ad088b88
commit 24752d3455
1 changed files with 1 additions and 0 deletions

View File

@ -455,6 +455,7 @@ public class DBHelper {
attributes.setValidFromUTC(now.getTime());
attributes.setFirmwareVersion1(gbDevice.getFirmwareVersion());
attributes.setFirmwareVersion2(gbDevice.getFirmwareVersion2());
attributes.setVolatileIdentifier(gbDevice.getVolatileAddress());
DeviceAttributesDao attributesDao = session.getDeviceAttributesDao();
attributesDao.insert(attributes);