Searched refs:mRfcommThread (Results 1 – 1 of 1) sorted by relevance
60 private SocketAcceptThread mRfcommThread = null; field in ObexServerSockets184 mRfcommThread = new SocketAcceptThread(mRfcommSocket); in startAccept()185 mRfcommThread.start(); in startAccept()236 if(mRfcommThread != null) { in shutdown()237 mRfcommThread.shutdown(); in shutdown()243 while(mRfcommThread != null || mL2capThread != null) { in shutdown()245 if(mRfcommThread != null) { in shutdown()246 mRfcommThread.join(); in shutdown()247 mRfcommThread = null; in shutdown()258 mRfcommThread = null; in shutdown()