Searched defs:BluetoothSocket (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java37 * 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
78 public final class BluetoothSocket implements Closeable { class in inherits:Closeable
79 private static final String TAG = "BluetoothSocket";
84 /** Keep TYPE_ fields in sync with BluetoothSocket.cpp */
119 * Construct a BluetoothSocket.
130 /*package*/ BluetoothSocket(in method in class:BluetoothSocket
175 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, method in class:BluetoothSocket
[all...]

Completed in 63 milliseconds