mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
add comment for find device
This commit is contained in:
+2
-2
@@ -35,8 +35,8 @@ public abstract class SoundcoreProtocolImplV1 extends AbstractSoundcoreProtocol
|
||||
@Override
|
||||
public byte[] encodeFindDevice(final boolean start) {
|
||||
return encodeCommand(CMD_SET_FIND_DEVICE, new byte[]{
|
||||
encodeBoolean(start),
|
||||
encodeBoolean(start),
|
||||
encodeBoolean(start), // left
|
||||
encodeBoolean(start), // right
|
||||
0x00
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user