OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBEX_HTTP_NOT_FOUND
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/obex/javax/obex/
ResponseCodes.java
184
* The value of <code>
OBEX_HTTP_NOT_FOUND
</code> is 0xC4 (196).
186
public static final int
OBEX_HTTP_NOT_FOUND
= 0xC4;
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java
290
return ResponseCodes.
OBEX_HTTP_NOT_FOUND
;
[
all
...]
Completed in 179 milliseconds