Home
last modified time | relevance | path

Searched refs:mRfcommOut (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapServer.java61 private BufferedOutputStream mRfcommOut = null; field in SapServer
112 mRfcommOut = new BufferedOutputStream(outStream); in SapServer()
473 if(mRfcommOut != null) try { in run()
475 mRfcommOut.close(); in run()
476 mRfcommOut = null; in run()
667 if (mRfcommOut != null) in shutdown()
668 mRfcommOut.close(); in shutdown()
675 mRfcommOut = null; in shutdown()
895 if(mRfcommOut != null) { // Needed to handle brutal shutdown from car-kit and out of range in sendReply()
897 msg.write(mRfcommOut); in sendReply()
[all …]