Home | History | Annotate | Download | only in com.example.android.bluetoothchat

Lines Matching defs:connected

39  * thread for performing data transmissions when connected.
68 public static final int STATE_CONNECTED = 3; // now connected to a remote device
167 * @param device The BluetoothDevice that has been connected
169 public synchronized void connected(BluetoothSocket socket, BluetoothDevice
171 Log.d(TAG, "connected, Socket Type:" + socketType);
199 // Send the name of the connected device back to the UI Activity
321 // Listen to the server socket if we're not connected
338 // Situation normal. Start the connected thread.
339 connected(socket, socket.getRemoteDevice(),
344 // Either not ready or already connected. Terminate new socket.
430 // Start the connected thread
431 connected(mmSocket, mmDevice, mSocketType);
475 // Keep listening to the InputStream while connected
495 * Write to the connected OutStream.