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.java65 private BufferedOutputStream mRfcommOut = null; field in SapServer
116 mRfcommOut = new BufferedOutputStream(outStream); in SapServer()
472 if(mRfcommOut != null) try { in run()
474 mRfcommOut.close(); in run()
475 mRfcommOut = null; in run()
660 if (mRfcommOut != null) in shutdown()
661 mRfcommOut.close(); in shutdown()
668 mRfcommOut = null; in shutdown()
876 if(mRfcommOut != null) { // Needed to handle brutal shutdown from car-kit and out of range in sendReply()
878 msg.write(mRfcommOut); in sendReply()
[all …]