Searched refs:OBEX_OPCODE_GET (Results 1 – 5 of 5) sorted by relevance
637 more = sendRequest(ObexHelper.OBEX_OPCODE_GET); in startProcessing()708 sendRequest(ObexHelper.OBEX_OPCODE_GET); in continueOperation()818 more = sendRequest(ObexHelper.OBEX_OPCODE_GET); in streamClosed()
163 } else if ((request == ObexHelper.OBEX_OPCODE_GET) || in ServerOperation()299 if (mSrmEnabled && (headerId == ObexHelper.OBEX_OPCODE_GET in checkForSrmWait()533 && (headerId != ObexHelper.OBEX_OPCODE_GET) in sendReply()
475 } else if (opCode == ObexHelper.OBEX_OPCODE_GET) { in sendRequest()
110 case ObexHelper.OBEX_OPCODE_GET: in run()
99 public static final int OBEX_OPCODE_GET = 0x03; field in ObexHelper