Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 823111f5 authored by Hemant Gupta's avatar Hemant Gupta Committed by Android Git Automerger
Browse files

am 45bbfee3: MAP: Return OBEX_HTTP_NOT_IMPLEMENTED response code for msgUpdate

* commit '45bbfee3':
  MAP: Return OBEX_HTTP_NOT_IMPLEMENTED response code for msgUpdate
parents c80a1d8f 45bbfee3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ public class BluetoothMapObexServer extends ServerRequestHandler {
            if(V) {
                Log.d(TAG,"TYPE_MESSAGE_UPDATE:");
            }
            return ResponseCodes.OBEX_HTTP_OK;
            return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED;
        }else if(type.equals(TYPE_SET_NOTIFICATION_REGISTRATION)) {
            if(V) {
                Log.d(TAG,"TYPE_SET_NOTIFICATION_REGISTRATION: NotificationStatus: " + appParams.getNotificationStatus());