HomeSort by relevance Sort by last modified time
    Searched refs:OBEX_HTTP_VERSION (Results 1 - 2 of 2) sorted by null

  /frameworks/base/obex/javax/obex/
ResponseCodes.java 303 * The value of <code>OBEX_HTTP_VERSION</code> is 0xD5 (213).
305 public static final int OBEX_HTTP_VERSION = 0xD5;
ServerSession.java 729 && (code <= ResponseCodes.OBEX_HTTP_VERSION)) {

Completed in 201 milliseconds