Commit ba4b2f5b authored by Matthew Xie's avatar Matthew Xie
Browse files

MAP: Return OBEX_HTTP_NOT_IMPLEMENTED for msgUpdate for sms/mms

In MAP profile message update is not implemented for sms/mms.
bug 17723738

Change-Id: I6c7baaf9e6f54e7af1b6c8458a6a458239da7d10
parent 20326a32
......@@ -427,7 +427,7 @@ public class BluetoothMapObexServer extends ServerRequestHandler {
}
}
return ResponseCodes.OBEX_HTTP_OK;
return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED;
}
private BluetoothMapFolderElement getFolderElementFromName(String folderName) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment