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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapServer.java61 private BufferedOutputStream mRfcommOut = null; field in class:SapServer
112 mRfcommOut = new BufferedOutputStream(outStream);
473 if(mRfcommOut != null) try {
474 if(VERBOSE) Log.i(TAG, "Closing mRfcommOut...");
475 mRfcommOut.close();
476 mRfcommOut = null;
667 if (mRfcommOut != null)
668 mRfcommOut.close();
675 mRfcommOut = null;
895 if(mRfcommOut !
[all...]

Completed in 122 milliseconds