Searched refs:mL2capThread (Results 1 – 1 of 1) sorted by relevance
59 private SocketAcceptThread mL2capThread; field in ObexServerSockets216 mL2capThread = new SocketAcceptThread(mL2capSocket); in startAccept()217 mL2capThread.start(); in startAccept()257 if (mL2capThread != null) { in shutdown()258 mL2capThread.shutdown(); in shutdown()261 while (mRfcommThread != null || mL2capThread != null) { in shutdown()267 if (mL2capThread != null) { in shutdown()268 mL2capThread.join(); in shutdown()269 mL2capThread = null; in shutdown()277 mL2capThread = null; in shutdown()