OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBEX_HTTP_PARTIAL
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/obex/javax/obex/
ResponseCodes.java
107
* The value of <code>
OBEX_HTTP_PARTIAL
</code> is 0xA6 (166).
109
public static final int
OBEX_HTTP_PARTIAL
= 0xA6;
ServerSession.java
679
if ((code >= ResponseCodes.OBEX_HTTP_OK) && (code <= ResponseCodes.
OBEX_HTTP_PARTIAL
)) {
Completed in 1348 milliseconds