mirror of
https://github.com/oliexdev/openScale.git
synced 2025-09-02 21:02:48 +02:00
BluetoothStandardWeightProfile: make debug messages about unhandled notifications more explicit;
This commit is contained in:
@@ -225,8 +225,10 @@ public class BluetoothStandardWeightProfile extends BluetoothCommunication {
|
|||||||
}
|
}
|
||||||
else if(characteristic.equals(BluetoothGattUuid.CHARACTERISTIC_USER_CONTROL_POINT)) {
|
else if(characteristic.equals(BluetoothGattUuid.CHARACTERISTIC_USER_CONTROL_POINT)) {
|
||||||
handleUserControlPointNotify(value);
|
handleUserControlPointNotify(value);
|
||||||
} else {
|
}
|
||||||
Timber.d(String.format("Got data: <%s>", byteInHex(value)));
|
else {
|
||||||
|
Timber.d(String.format("Notification from unhandled characteristic: %s, value: [%s]",
|
||||||
|
characteristic.toString(), byteInHex(value)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user