Searched refs:mL2capThread (Results 1 – 1 of 1) sorted by relevance
61 private SocketAcceptThread mL2capThread = null; field in ObexServerSockets187 mL2capThread = new SocketAcceptThread(mL2capSocket); in startAccept()188 mL2capThread.start(); in startAccept()239 if(mL2capThread != null){ in shutdown()240 mL2capThread.shutdown(); in shutdown()243 while(mRfcommThread != null || mL2capThread != null) { in shutdown()249 if(mL2capThread != null) { in shutdown()250 mL2capThread.join(); in shutdown()251 mL2capThread = null; in shutdown()259 mL2capThread = null; in shutdown()