OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
695
&& (code <= ResponseCodes.
OBEX_HTTP_VERSION
)) {
Completed in 23 milliseconds