Searched refs:OBEX_HTTP_OK (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DResponseCodes.java65 * The value of <code>OBEX_HTTP_OK</code> is 0xA0 (160).
67 public static final int OBEX_HTTP_OK = 0xA0; field in class:ResponseCodes
H A DServerRequestHandler.java112 * <code>onConnect()</code> will always return an <code>OBEX_HTTP_OK</code>
128 return ResponseCodes.OBEX_HTTP_OK;
H A DServerOperation.java438 // For Get operation: if response code is OBEX_HTTP_OK, then this is the
440 if (mGetOperation && type == ResponseCodes.OBEX_HTTP_OK) {
505 if ((finalBitSet) && (type == ResponseCodes.OBEX_HTTP_OK) && (orginalBodyLength <= 0)) {
621 mParent.sendResponse(ResponseCodes.OBEX_HTTP_OK, null);
H A DServerSession.java165 int code = ResponseCodes.OBEX_HTTP_OK;
208 if (response != ResponseCodes.OBEX_HTTP_OK && !op.isAborted) {
426 int code = ResponseCodes.OBEX_HTTP_OK;
713 if ((code >= ResponseCodes.OBEX_HTTP_OK) && (code <= ResponseCodes.OBEX_HTTP_PARTIAL)) {
H A DClientOperation.java189 if (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_OK) {
H A DClientSession.java151 * Byte 0: Response Code (If successful then OBEX_HTTP_OK)
158 if (returnHeaderSet.responseCode == ResponseCodes.OBEX_HTTP_OK) {
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMnsObexServer.java69 return ResponseCodes.OBEX_HTTP_OK;
112 return ResponseCodes.OBEX_HTTP_OK;
H A DBluetoothMasRequest.java152 return (mResponseCode == ResponseCodes.OBEX_HTTP_OK);
H A DBluetoothMasObexClientSession.java143 if (headerset.getResponseCode() == ResponseCodes.OBEX_HTTP_OK) {

Completed in 428 milliseconds