Home
last modified time | relevance | path

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

/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChatService.java60 private ConnectThread mConnectThread;
141 mConnectThread = new ConnectThread(device, secure); in connect()
350 private class ConnectThread extends Thread { class in BluetoothChatService
355 public ConnectThread(BluetoothDevice device, boolean secure) { in ConnectThread() method in BluetoothChatService.ConnectThread