1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-17 02:44:04 +02:00

added comment

This commit is contained in:
Sophanimus 2019-04-05 22:12:26 +02:00 committed by Andreas Shimokawa
parent e86bc80016
commit 7acc3580dd

View File

@ -445,7 +445,7 @@ public class BFH16DeviceSupport extends AbstractBTLEDeviceSupport {
// try { // try {
// TransactionBuilder builder = performInitialized("TestNewFunction"); // TransactionBuilder builder = performInitialized("TestNewFunction");
// //
// //Test get sleep time // //Test new command
// builder.write(ctrlCharacteristic, commandWithChecksum( (byte)0x32, 0, 0)); // builder.write(ctrlCharacteristic, commandWithChecksum( (byte)0x32, 0, 0));
// builder.queue(getQueue()); // builder.queue(getQueue());
// //
@ -457,9 +457,7 @@ public class BFH16DeviceSupport extends AbstractBTLEDeviceSupport {
} }
//FUNCTIONS //FUNCTIONS
//______________________________________________________________________________________________ //______________________________________________________________________________________________