Loading android/app/src/com/android/bluetooth/opp/BluetoothOppObexServerSession.java +6 −1 Original line number Diff line number Diff line Loading @@ -473,7 +473,12 @@ public class BluetoothOppObexServerSession extends ServerRequestHandler implemen } } catch (IOException e1) { Log.e(TAG, "Error when receiving file"); /* OBEX Abort packet received from remote device */ if ("Abort Received".equals(e1.getMessage())) { status = BluetoothShare.STATUS_CANCELED; } else { status = BluetoothShare.STATUS_OBEX_DATA_ERROR; } error = true; } } Loading Loading
android/app/src/com/android/bluetooth/opp/BluetoothOppObexServerSession.java +6 −1 Original line number Diff line number Diff line Loading @@ -473,7 +473,12 @@ public class BluetoothOppObexServerSession extends ServerRequestHandler implemen } } catch (IOException e1) { Log.e(TAG, "Error when receiving file"); /* OBEX Abort packet received from remote device */ if ("Abort Received".equals(e1.getMessage())) { status = BluetoothShare.STATUS_CANCELED; } else { status = BluetoothShare.STATUS_OBEX_DATA_ERROR; } error = true; } } Loading