OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBEX_HTTP_LENGTH_REQUIRED
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/obex/javax/obex/
ResponseCodes.java
233
* The value of <code>
OBEX_HTTP_LENGTH_REQUIRED
</code> is 0xCB (203).
235
public static final int
OBEX_HTTP_LENGTH_REQUIRED
= 0xCB;
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java
200
obexResponse = ResponseCodes.
OBEX_HTTP_LENGTH_REQUIRED
;
Completed in 68 milliseconds