Loading android/app/src/com/android/bluetooth/opp/BluetoothOppTransfer.java +7 −6 Original line number Diff line number Diff line Loading @@ -505,6 +505,13 @@ public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatch if (V) { Log.v(TAG, "stop"); } if (mSession != null) { if (V) { Log.v(TAG, "Stop mSession"); } mSession.stop(); } cleanUp(); if (mConnectThread != null) { try { Loading @@ -520,12 +527,6 @@ public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatch } mConnectThread = null; } if (mSession != null) { if (V) { Log.v(TAG, "Stop mSession"); } mSession.stop(); } // Prevent concurrent access synchronized (this) { if (mHandlerThread != null) { Loading Loading
android/app/src/com/android/bluetooth/opp/BluetoothOppTransfer.java +7 −6 Original line number Diff line number Diff line Loading @@ -505,6 +505,13 @@ public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatch if (V) { Log.v(TAG, "stop"); } if (mSession != null) { if (V) { Log.v(TAG, "Stop mSession"); } mSession.stop(); } cleanUp(); if (mConnectThread != null) { try { Loading @@ -520,12 +527,6 @@ public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatch } mConnectThread = null; } if (mSession != null) { if (V) { Log.v(TAG, "Stop mSession"); } mSession.stop(); } // Prevent concurrent access synchronized (this) { if (mHandlerThread != null) { Loading