Simplify call
This commit is contained in:
parent
1fa2cb9370
commit
773d8055b8
1 changed files with 1 additions and 1 deletions
|
@ -838,7 +838,7 @@ class BLEComm @Inject internal constructor(
|
|||
if (!message.isReceived) {
|
||||
aapsLogger.warn(LTag.PUMPBTCOMM, "Reply not received " + message.friendlyName)
|
||||
message.handleMessageNotReceived()
|
||||
danaRSPlugin.disconnect("Reply not received")
|
||||
disconnect("Reply not received")
|
||||
}
|
||||
// verify encryption for v3 & BLE
|
||||
if (message is DanaRSPacketEtcKeepConnection)
|
||||
|
|
Loading…
Reference in a new issue