Home
last modified time | relevance | path

Searched refs:OBEX_HTTP_MULT_CHOICE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/obex/javax/obex/
DResponseCodes.java116 public static final int OBEX_HTTP_MULT_CHOICE = 0xB0; field in ResponseCodes
DServerSession.java716 if ((code >= ResponseCodes.OBEX_HTTP_MULT_CHOICE) in validateResponseCode()