HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothSocket (Results 1 - 20 of 20) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothServerSocket.java 33 * it will return a new {@link BluetoothSocket} to manage the connection.
34 * On the client side, use a single {@link BluetoothSocket} to both initiate
47 * a {@link BluetoothSocket} to manage the connection. Once the {@link
48 * BluetoothSocket} is acquired, it's a good idea to call {@link #close()} on
51 * close the returned {@link BluetoothSocket}.
66 * {@see BluetoothSocket}
70 /*package*/ final BluetoothSocket mSocket;
87 mSocket = new BluetoothSocket(type, -1, auth, encrypt, null, port, null);
101 mSocket = new BluetoothSocket(type, -1, auth, encrypt, null, -1, uuid);
108 * <p>Returns a connected {@link BluetoothSocket} on successful connection
    [all...]
BluetoothInputStream.java 30 private BluetoothSocket mSocket;
32 /*package*/ BluetoothInputStream(BluetoothSocket s) {
BluetoothOutputStream.java 30 private BluetoothSocket mSocket;
32 /*package*/ BluetoothOutputStream(BluetoothSocket s) {
BluetoothDevice.java 52 * {@link BluetoothSocket} for communication with the remote device, using
65 * {@see BluetoothSocket}
    [all...]
BluetoothSocket.java 45 * it will return a new {@link BluetoothSocket} to manage the connection.
46 * On the client side, use a single {@link BluetoothSocket} to both initiate
53 * <p>To create a {@link BluetoothSocket} for connecting to a known device, use
60 * <p>To create a {@link BluetoothSocket} as a server (or "host"), see the
69 * <p>{@link BluetoothSocket} is thread
86 public final class BluetoothSocket implements Closeable {
87 private static final String TAG = "BluetoothSocket";
94 /** Keep TYPE_ fields in sync with BluetoothSocket.cpp */
138 * Construct a BluetoothSocket.
149 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt
    [all...]
BluetoothAdapter.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommTransport.java 41 import android.bluetooth.BluetoothSocket;
47 private final BluetoothSocket mSocket;
49 public BluetoothOppRfcommTransport(BluetoothSocket socket) {
BluetoothOppRfcommListener.java 41 import android.bluetooth.BluetoothSocket;
146 BluetoothSocket clientSocket;
176 Log.i(TAG, "BluetoothSocket listen thread finished");
BluetoothOppTransfer.java 40 import android.bluetooth.BluetoothSocket;
241 /* for outbound transfer, the block point is BluetoothSocket.write()
351 * 4) After BluetoothSocket is connected,create an instance of RfcommTransport
511 private BluetoothSocket btSocket = null;
617 /* Use BluetoothSocket to connect */
666 private void markConnectionFailed(BluetoothSocket s) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapRfcommTransport.java 35 import android.bluetooth.BluetoothSocket;
46 private BluetoothSocket mSocket = null;
48 public BluetoothPbapRfcommTransport(BluetoothSocket rfs) {
BluetoothPbapService.java 44 import android.bluetooth.BluetoothSocket;
157 private BluetoothSocket mConnSocket = null;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 22 import android.bluetooth.BluetoothSocket;
162 * @param socket The BluetoothSocket on which the connection was made
165 public synchronized void connected(BluetoothSocket socket, BluetoothDevice
300 BluetoothSocket socket = null;
359 private final BluetoothSocket mmSocket;
365 BluetoothSocket tmp = null;
368 // Get a BluetoothSocket for a connection with the
389 // Make a connection to the BluetoothSocket
430 private final BluetoothSocket mmSocket;
434 public ConnectedThread(BluetoothSocket socket, String socketType)
    [all...]
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 27 import android.bluetooth.BluetoothSocket;
148 * @param socket The BluetoothSocket on which the connection was made
151 public synchronized void connected(BluetoothSocket socket, BluetoothDevice
294 BluetoothSocket socket = null;
351 private final BluetoothSocket mmSocket;
357 BluetoothSocket tmp = null;
360 // Get a BluetoothSocket for a connection with the
383 // Make a connection to the BluetoothSocket
423 private final BluetoothSocket mmSocket;
427 public ConnectedThread(BluetoothSocket socket, String socketType)
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 6001 milliseconds