Searched defs:mRfcommIn (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapServer.java62 private BufferedInputStream mRfcommIn = null; field in class:SapServer
111 mRfcommIn = new BufferedInputStream(inStream);
323 int requestType = mRfcommIn.read();
330 SapMessage msg = SapMessage.readMessage(requestType, mRfcommIn);
467 if(mRfcommIn != null) try {
468 if(VERBOSE) Log.i(TAG, "Closing mRfcommIn...");
469 mRfcommIn.close();
470 mRfcommIn = null;
671 if (mRfcommIn != null)
672 mRfcommIn
[all...]

Completed in 59 milliseconds