mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-23 00:33:09 +02:00
BluetoothSwpSBF77: Add UUID to send user initials to BF960;
This commit is contained in:
@@ -33,6 +33,7 @@ import static com.welie.blessed.BluetoothBytesParser.FORMAT_UINT8;
|
|||||||
class BluetoothGattUuidSBF77 extends BluetoothGattUuid {
|
class BluetoothGattUuidSBF77 extends BluetoothGattUuid {
|
||||||
public static final UUID SERVICE_CUSTOM_SBF77 = fromShortCode(0xffff);
|
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_USER_LIST = fromShortCode(0x0001);
|
||||||
|
public static final UUID CHARACTERISTIC_SBF77_INITIALS = fromShortCode(0x0002);
|
||||||
}
|
}
|
||||||
|
|
||||||
public class BluetoothSwpSBF77 extends BluetoothStandardWeightProfile {
|
public class BluetoothSwpSBF77 extends BluetoothStandardWeightProfile {
|
||||||
|
Reference in New Issue
Block a user