OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBEX_HTTP_MULT_CHOICE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/obex/javax/obex/
ResponseCodes.java
114
* The value of <code>
OBEX_HTTP_MULT_CHOICE
</code> is 0xB0 (176).
116
public static final int
OBEX_HTTP_MULT_CHOICE
= 0xB0;
ServerSession.java
716
if ((code >= ResponseCodes.
OBEX_HTTP_MULT_CHOICE
)
Completed in 1035 milliseconds