Searched refs:mAcceptThread (Results 1 – 1 of 1) sorted by relevance
55 private AcceptThread mAcceptThread; field in BluetoothSocketConnFacade175 if (mAcceptThread != null) { in bluetoothGetLastConnId()176 String connUuid = mAcceptThread.getConnUuid(); in bluetoothGetLastConnId()219 mAcceptThread.cancel(); in bluetoothSocketConnEndAcceptThread()270 mAcceptThread = acceptThread; in bluetoothSocketConnBeginAcceptThreadUuid()298 mAcceptThread = acceptThread; in bluetoothSocketConnBeginAcceptThreadPsm()308 Integer psm = new Integer(mAcceptThread.getPsm()); in bluetoothSocketConnGetPsm()655 if (mAcceptThread != null) { in bluetoothSocketConnStop()656 mAcceptThread.cancel(); in bluetoothSocketConnStop()669 if (mAcceptThread != null) { in shutdown()[all …]