mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
BtLEQueue: fix typo in onCharacteristicChange
This commit is contained in:
@@ -652,7 +652,7 @@ public final class BtLEQueue {
|
||||
try {
|
||||
getCallbackToUse().onCharacteristicChanged(gatt, characteristic);
|
||||
} catch (Throwable ex) {
|
||||
LOG.error("onCharaceristicChanged: " + ex.getMessage(), ex);
|
||||
LOG.error("onCharacteristicChanged: " + ex.getMessage(), ex);
|
||||
}
|
||||
} else {
|
||||
LOG.info("No gattcallback registered, ignoring characteristic change");
|
||||
|
Reference in New Issue
Block a user