Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapServer.java63 private BufferedInputStream mRfcommIn = null; field in SapServer
113 mRfcommIn = new BufferedInputStream(inStream); in SapServer()
343 int requestType = mRfcommIn.read(); in run()
356 SapMessage msg = SapMessage.readMessage(requestType, mRfcommIn); in run()
509 if (mRfcommIn != null) { in run()
514 mRfcommIn.close(); in run()
515 mRfcommIn = null; in run()
737 if (mRfcommIn != null) { in shutdown()
738 mRfcommIn.close(); in shutdown()
742 mRfcommIn = null; in shutdown()