Searched refs:mAcceptThread (Results 1 – 1 of 1) sorted by relevance
54 private AcceptThread mAcceptThread; field in BluetoothSocketConnFacade174 if (mAcceptThread != null) { in bluetoothGetLastConnId()175 String connUuid = mAcceptThread.getConnUuid(); in bluetoothGetLastConnId()218 mAcceptThread.cancel(); in bluetoothSocketConnEndAcceptThread()269 mAcceptThread = acceptThread; in bluetoothSocketConnBeginAcceptThreadUuid()297 mAcceptThread = acceptThread; in bluetoothSocketConnBeginAcceptThreadPsm()307 Integer psm = new Integer(mAcceptThread.getPsm()); in bluetoothSocketConnGetPsm()641 if (mAcceptThread != null) { in bluetoothSocketConnStop()642 mAcceptThread.cancel(); in bluetoothSocketConnStop()655 if (mAcceptThread != null) { in shutdown()[all …]