Searched refs:snepResponse (Results 1 – 2 of 2) sorted by relevance
71 SnepMessage snepResponse; in sendMessage() local73 snepResponse = SnepMessage.fromByteArray(responseBytes); in sendMessage()78 if (DBG) Log.d(TAG, "Got response from first fragment: " + snepResponse.getField()); in sendMessage()79 if (snepResponse.getField() != remoteContinue) { in sendMessage()81 snepResponse.getField() + ")"); in sendMessage()95 snepResponse = SnepMessage.fromByteArray(responseBytes); in sendMessage()99 … if (DBG) Log.d(TAG, "Got response from second fragment: " + snepResponse.getField()); in sendMessage()100 if (snepResponse.getField() == remoteContinue) { in sendMessage()118 snepResponse = SnepMessage.fromByteArray(responseBytes); in sendMessage()122 …"Got continue response after second fragment: and now disconnecting..." + snepResponse.getField()); in sendMessage()[all …]
865 SnepMessage snepResponse = snepClient.get(request); in doHandover() local866 response = snepResponse.getNdefMessage(); in doHandover()