Home
last modified time | relevance | path

Searched refs:mL2capThread (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/
DObexServerSockets.java59 private SocketAcceptThread mL2capThread; field in ObexServerSockets
212 mL2capThread = new SocketAcceptThread(mL2capSocket); in startAccept()
213 mL2capThread.start(); in startAccept()
253 if (mL2capThread != null) { in shutdown()
254 mL2capThread.shutdown(); in shutdown()
257 while (mRfcommThread != null || mL2capThread != null) { in shutdown()
263 if (mL2capThread != null) { in shutdown()
264 mL2capThread.join(); in shutdown()
265 mL2capThread = null; in shutdown()
273 mL2capThread = null; in shutdown()