Searched refs:mAcceptThread (Results 1 – 1 of 1) sorted by relevance
56 private AcceptThread mAcceptThread; field in BluetoothSocketConnFacade184 if (mAcceptThread != null) { in bluetoothGetLastConnId()185 String connUuid = mAcceptThread.getConnUuid(); in bluetoothGetLastConnId()228 mAcceptThread.cancel(); in bluetoothSocketConnEndAcceptThread()279 mAcceptThread = acceptThread; in bluetoothSocketConnBeginAcceptThreadUuid()307 mAcceptThread = acceptThread; in bluetoothSocketConnBeginAcceptThreadPsm()317 Integer psm = new Integer(mAcceptThread.getPsm()); in bluetoothSocketConnGetPsm()664 if (mAcceptThread != null) { in bluetoothSocketConnStop()665 mAcceptThread.cancel(); in bluetoothSocketConnStop()678 if (mAcceptThread != null) { in shutdown()[all …]