Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/devices/miband
Daniele Gobbetti fe11e6d306 Some BTLE cleanup:
- the BASE_UUID is shared between all BTLE devices, not miband specific. So are the UUID DESCRIPTORS. Hence these have been moved to AbstractBTLEDeviceSupport
- the gatt-characteristic-property-constants used previously in MiBandNotifyAction are also general, and exposed by the gatt subsystem, hence the specific action has been dropped moving the logic to the NotifyAction class
 - the logic for checking the gatt-characteristic-property-constants has been extended also to the ReadAction and WriteAction class, this way we won't try to read (or write)  a characteristic that isn't readable (or writeable)
2015-08-07 16:59:52 +02:00
..
MiBandConst.java Big refactoring: move classes and packages around to get a better structure 2015-08-03 23:09:49 +02:00
MiBandCoordinator.java Improvements to the install activity #30 2015-08-06 02:17:38 +02:00
MiBandFWHelper.java Improvements to the install activity #30 2015-08-06 02:17:38 +02:00
MiBandFWInstallHandler.java Improvements to the install activity #30 2015-08-06 02:17:38 +02:00
MiBandPairingActivity.java Experimental: ACTION_START is now optional -- ACTION_CONNECT is sufficient 2015-08-06 23:17:41 +02:00
MiBandPreferencesActivity.java Big refactoring: move classes and packages around to get a better structure 2015-08-03 23:09:49 +02:00
MiBandSampleProvider.java Big refactoring: move classes and packages around to get a better structure 2015-08-03 23:09:49 +02:00
MiBandService.java Some BTLE cleanup: 2015-08-07 16:59:52 +02:00
MiBandTransactionBuilder.java Some BTLE cleanup: 2015-08-07 16:59:52 +02:00
miligatt.txt Big refactoring: move classes and packages around to get a better structure 2015-08-03 23:09:49 +02:00
UserInfo.java Big refactoring: move classes and packages around to get a better structure 2015-08-03 23:09:49 +02:00
VibrationProfile.java Big refactoring: move classes and packages around to get a better structure 2015-08-03 23:09:49 +02:00