Searched refs:mL2capThread (Results 1 – 1 of 1) sorted by relevance
60 private SocketAcceptThread mL2capThread; field in ObexServerSockets217 mL2capThread = new SocketAcceptThread(mL2capSocket); in startAccept()218 mL2capThread.start(); in startAccept()258 if (mL2capThread != null) { in shutdown()259 mL2capThread.shutdown(); in shutdown()262 while (mRfcommThread != null || mL2capThread != null) { in shutdown()268 if (mL2capThread != null) { in shutdown()269 mL2capThread.join(); in shutdown()270 mL2capThread = null; in shutdown()278 mL2capThread = null; in shutdown()