Loading src/com/android/bluetooth/opp/BluetoothOppObexClientSession.java +4 −0 Original line number Diff line number Diff line Loading @@ -556,6 +556,10 @@ public class BluetoothOppObexClientSession implements BluetoothOppObexSession { private void handleSendException(String exception) { Log.e(TAG, "Error when sending file: " + exception); // Update interrupted outbound content resolver entry when // error during transfer. Constants.updateShareStatus(mContext1, mInfo.mId, BluetoothShare.STATUS_OBEX_DATA_ERROR); mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT); } Loading Loading
src/com/android/bluetooth/opp/BluetoothOppObexClientSession.java +4 −0 Original line number Diff line number Diff line Loading @@ -556,6 +556,10 @@ public class BluetoothOppObexClientSession implements BluetoothOppObexSession { private void handleSendException(String exception) { Log.e(TAG, "Error when sending file: " + exception); // Update interrupted outbound content resolver entry when // error during transfer. Constants.updateShareStatus(mContext1, mInfo.mId, BluetoothShare.STATUS_OBEX_DATA_ERROR); mCallback.removeMessages(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT); } Loading