Searched refs:mRfcommIn (Results 1 – 1 of 1) sorted by relevance
66 private BufferedInputStream mRfcommIn = null; field in SapServer115 mRfcommIn = new BufferedInputStream(inStream); in SapServer()321 int requestType = mRfcommIn.read(); in run()325 SapMessage msg = SapMessage.readMessage(requestType, mRfcommIn); in run()466 if(mRfcommIn != null) try { in run()468 mRfcommIn.close(); in run()469 mRfcommIn = null; in run()664 if (mRfcommIn != null) in shutdown()665 mRfcommIn.close(); in shutdown()667 mRfcommIn = null; in shutdown()