mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-14 03:37:32 +01:00
BtLEQueue: fix typo in onCharacteristicChange
This commit is contained in:
parent
b303da4e62
commit
5f9fda4f07
@ -652,7 +652,7 @@ public final class BtLEQueue {
|
|||||||
try {
|
try {
|
||||||
getCallbackToUse().onCharacteristicChanged(gatt, characteristic);
|
getCallbackToUse().onCharacteristicChanged(gatt, characteristic);
|
||||||
} catch (Throwable ex) {
|
} catch (Throwable ex) {
|
||||||
LOG.error("onCharaceristicChanged: " + ex.getMessage(), ex);
|
LOG.error("onCharacteristicChanged: " + ex.getMessage(), ex);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
LOG.info("No gattcallback registered, ignoring characteristic change");
|
LOG.info("No gattcallback registered, ignoring characteristic change");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user