Searched refs:OBEX_HTTP_INTERNAL_ERROR (Results 1 – 3 of 3) sorted by relevance
224 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handlePutRequest()252 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleGetRequest()368 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleSetPathRequest()394 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in handleSetPathRequest()477 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleDisconnectRequest()494 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in handleDisconnectRequest()637 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in handleConnectRequest()643 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in handleConnectRequest()728 if ((code >= ResponseCodes.OBEX_HTTP_INTERNAL_ERROR) in validateResponseCode()736 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in validateResponseCode()
270 public static final int OBEX_HTTP_INTERNAL_ERROR = 0xD0; field in ResponseCodes
428 mParent.sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in sendReply()