Fix typo
This commit is contained in:
parent
1073303849
commit
7591d4a8af
|
@ -368,7 +368,7 @@ public final class BtLEQueue {
|
||||||
try {
|
try {
|
||||||
getCallbackToUse().onCharacteristicRead(gatt, characteristic, status);
|
getCallbackToUse().onCharacteristicRead(gatt, characteristic, status);
|
||||||
} catch (Throwable ex) {
|
} catch (Throwable ex) {
|
||||||
LOG.error("onCharaceristicRead: " + ex.getMessage(), ex);
|
LOG.error("onCharacteristicRead: " + ex.getMessage(), ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
checkWaitingCharacteristic(characteristic, status);
|
checkWaitingCharacteristic(characteristic, status);
|
||||||
|
|
Loading…
Reference in New Issue