Searched refs:ConnectThread (Results 1 – 1 of 1) sorted by relevance
65 private ConnectThread mCurrThread;112 ConnectThread t = new ConnectThread(mDevice, uuid); in bluetoothRfcommConnect()302 private class ConnectThread extends Thread { class in BluetoothRfcommFacade305 public ConnectThread(BluetoothDevice device, String uuid) { in ConnectThread() method in BluetoothRfcommFacade.ConnectThread