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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java45 * 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 { class in inherits:Closeable
87 private static final String TAG = "BluetoothSocket";
94 /** Keep TYPE_ fields in sync with BluetoothSocket.cpp */
138 * Construct a BluetoothSocket.
149 /*package*/ BluetoothSocket(in method in class:BluetoothSocket
178 private BluetoothSocket(BluetoothSocket s) { method in class:BluetoothSocket
215 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, method in class:BluetoothSocket
[all...]

Completed in 45 milliseconds