OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBEX_HTTP_FORBIDDEN
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/obex/javax/obex/
ResponseCodes.java
177
* The value of <code>
OBEX_HTTP_FORBIDDEN
</code> is 0xC3 (195).
179
public static final int
OBEX_HTTP_FORBIDDEN
= 0xC3;
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java
471
if (responseCode == ResponseCodes.
OBEX_HTTP_FORBIDDEN
515
if (responseCode == ResponseCodes.
OBEX_HTTP_FORBIDDEN
BluetoothOppObexServerSession.java
176
return ResponseCodes.
OBEX_HTTP_FORBIDDEN
;
401
obexResponse = ResponseCodes.
OBEX_HTTP_FORBIDDEN
;
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java
297
return ResponseCodes.
OBEX_HTTP_FORBIDDEN
;
[
all
...]
Completed in 71 milliseconds