Searched refs:OBEX_HTTP_BAD_REQUEST (Results 1 – 3 of 3) sorted by relevance
158 public static final int OBEX_HTTP_BAD_REQUEST = 0xC0; field in ResponseCodes
553 mParent.sendResponse(ResponseCodes.OBEX_HTTP_BAD_REQUEST, null); in sendReply()
724 if ((code >= ResponseCodes.OBEX_HTTP_BAD_REQUEST) in validateResponseCode()