diff --git a/OCH/common/common/src/main/java/com/mogo/och/common/module/manager/bluetooth/OchBluetoothGattCallback.kt b/OCH/common/common/src/main/java/com/mogo/och/common/module/manager/bluetooth/OchBluetoothGattCallback.kt index 5289010d56..51f6316306 100644 --- a/OCH/common/common/src/main/java/com/mogo/och/common/module/manager/bluetooth/OchBluetoothGattCallback.kt +++ b/OCH/common/common/src/main/java/com/mogo/och/common/module/manager/bluetooth/OchBluetoothGattCallback.kt @@ -142,7 +142,7 @@ class OchBluetoothGattCallback(device: BluetoothDevice) : BluetoothGattCallback( if(waitSendData.isEmpty()){ RxUtils.disposeSubscribe(timeoutCLose) timeoutCLose = RxUtils.createSubscribeOnOwnThread(10_000) { - closeConn(true) + closeAndDestory(true) } } }else{