disable Dana removeBond code
This commit is contained in:
parent
80e19354a3
commit
1da568272e
1 changed files with 2 additions and 0 deletions
|
@ -198,6 +198,7 @@ class BLEComm @Inject internal constructor(
|
||||||
}
|
}
|
||||||
|
|
||||||
@Synchronized fun close() {
|
@Synchronized fun close() {
|
||||||
|
/*
|
||||||
if (!encryptedDataRead && !encryptedCommandSent) {
|
if (!encryptedDataRead && !encryptedCommandSent) {
|
||||||
// there was no response from pump before started encryption
|
// there was no response from pump before started encryption
|
||||||
// assume pairing is invalid
|
// assume pairing is invalid
|
||||||
|
@ -220,6 +221,7 @@ class BLEComm @Inject internal constructor(
|
||||||
sp.putLong(R.string.key_rs_last_clear_key_request, dateUtil.now())
|
sp.putLong(R.string.key_rs_last_clear_key_request, dateUtil.now())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
aapsLogger.debug(LTag.PUMPBTCOMM, "BluetoothAdapter close")
|
aapsLogger.debug(LTag.PUMPBTCOMM, "BluetoothAdapter close")
|
||||||
bluetoothGatt?.close()
|
bluetoothGatt?.close()
|
||||||
bluetoothGatt = null
|
bluetoothGatt = null
|
||||||
|
|
Loading…
Reference in a new issue