OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBEX_HTTP_NOT_ACCEPTABLE
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/obex/javax/obex/
ResponseCodes.java
198
* The value of <code>
OBEX_HTTP_NOT_ACCEPTABLE
</code> is 0xC6 (198).
200
public static final int
OBEX_HTTP_NOT_ACCEPTABLE
= 0xC6;
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java
187
return ResponseCodes.
OBEX_HTTP_NOT_ACCEPTABLE
;
193
return ResponseCodes.
OBEX_HTTP_NOT_ACCEPTABLE
;
198
return ResponseCodes.
OBEX_HTTP_NOT_ACCEPTABLE
;
332
return ResponseCodes.
OBEX_HTTP_NOT_ACCEPTABLE
;
364
return ResponseCodes.
OBEX_HTTP_NOT_ACCEPTABLE
;
371
return ResponseCodes.
OBEX_HTTP_NOT_ACCEPTABLE
;
395
return ResponseCodes.
OBEX_HTTP_NOT_ACCEPTABLE
;
416
return ResponseCodes.
OBEX_HTTP_NOT_ACCEPTABLE
;
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java
465
|| responseCode == ResponseCodes.
OBEX_HTTP_NOT_ACCEPTABLE
) {
505
|| responseCode == ResponseCodes.
OBEX_HTTP_NOT_ACCEPTABLE
) {
Completed in 27 milliseconds