Loading android/app/src/com/android/bluetooth/opp/BluetoothOppTransfer.java +2 −2 Original line number Diff line number Diff line Loading @@ -474,7 +474,7 @@ public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatch mBatch.mStatus = Constants.BATCH_STATUS_FAILED; return; } registerConnectionreceiver(); if (mHandlerThread == null) { if (V) { Log.v(TAG, "Create handler thread for batch " + mBatch.mId); Loading @@ -495,7 +495,7 @@ public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatch startObexSession(); } } registerConnectionreceiver(); } /** Loading Loading
android/app/src/com/android/bluetooth/opp/BluetoothOppTransfer.java +2 −2 Original line number Diff line number Diff line Loading @@ -474,7 +474,7 @@ public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatch mBatch.mStatus = Constants.BATCH_STATUS_FAILED; return; } registerConnectionreceiver(); if (mHandlerThread == null) { if (V) { Log.v(TAG, "Create handler thread for batch " + mBatch.mId); Loading @@ -495,7 +495,7 @@ public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatch startObexSession(); } } registerConnectionreceiver(); } /** Loading