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

  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 37 * it will return a new {@link BluetoothSocket} to manage the connection.
38 * On the client side, use a single {@link BluetoothSocket} to both initiate
45 * <p>To create a {@link BluetoothSocket} for connecting to a known device, use
52 * <p>To create a {@link BluetoothSocket} as a server (or "host"), see the
61 * <p>{@link BluetoothSocket} is thread
72 public final class BluetoothSocket implements Closeable {
73 private static final String TAG = "BluetoothSocket";
78 /** Keep TYPE_ fields in sync with BluetoothSocket.cpp */
107 * Construct a BluetoothSocket.
118 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 14 milliseconds