Searched refs:mRfcommThread (Results 1 – 1 of 1) sorted by relevance
58 private SocketAcceptThread mRfcommThread; field in ObexServerSockets213 mRfcommThread = new SocketAcceptThread(mRfcommSocket); in startAccept()214 mRfcommThread.start(); in startAccept()254 if (mRfcommThread != null) { in shutdown()255 mRfcommThread.shutdown(); in shutdown()261 while (mRfcommThread != null || mL2capThread != null) { in shutdown()263 if (mRfcommThread != null) { in shutdown()264 mRfcommThread.join(); in shutdown()265 mRfcommThread = null; in shutdown()276 mRfcommThread = null; in shutdown()