mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-26 02:25:50 +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 {
|
||||
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");
|
||||
|
Loading…
Reference in New Issue
Block a user