1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-22 08:13:43 +02:00

BluetoothSwpSBF77: Add UUID to send user initials to BF960;

This commit is contained in:
Krisjans Blukis
2021-08-07 19:13:19 +03:00
parent 88d2594b59
commit 400327dd28

View File

@@ -33,6 +33,7 @@ import static com.welie.blessed.BluetoothBytesParser.FORMAT_UINT8;
class BluetoothGattUuidSBF77 extends BluetoothGattUuid {
public static final UUID SERVICE_CUSTOM_SBF77 = fromShortCode(0xffff);
public static final UUID CHARACTERISTIC_SBF77_USER_LIST = fromShortCode(0x0001);
public static final UUID CHARACTERISTIC_SBF77_INITIALS = fromShortCode(0x0002);
}
public class BluetoothSwpSBF77 extends BluetoothStandardWeightProfile {