Searched refs:OBEX_OPCODE_GET (Results 1 – 5 of 5) sorted by relevance
163 } else if ((request == ObexHelper.OBEX_OPCODE_GET) || in ServerOperation()309 if (mSrmEnabled && (headerId == ObexHelper.OBEX_OPCODE_GET in checkForSrmWait()543 && (headerId != ObexHelper.OBEX_OPCODE_GET) in sendReply()
639 more = sendRequest(ObexHelper.OBEX_OPCODE_GET); in startProcessing()721 sendRequest(ObexHelper.OBEX_OPCODE_GET); in continueOperation()837 more = sendRequest(ObexHelper.OBEX_OPCODE_GET); in streamClosed()
475 } else if (opCode == ObexHelper.OBEX_OPCODE_GET) { in sendRequest()
109 case ObexHelper.OBEX_OPCODE_GET: in run()
102 public static final int OBEX_OPCODE_GET = 0x03; field in ObexHelper