Searched refs:BluetoothServerSocket (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothServerSocket.java31 * side, use a {@link BluetoothServerSocket} to create a listening server
32 * socket. When a connection is accepted by the {@link BluetoothServerSocket},
41 * <p>To create a listening {@link BluetoothServerSocket} that's ready for
49 * the {@link BluetoothServerSocket} when it's no longer needed for accepting
50 * connections. Closing the {@link BluetoothServerSocket} will <em>not</em>
53 * <p>{@link BluetoothServerSocket} is thread
68 public final class BluetoothServerSocket implements Closeable { class in inherits:Closeable
84 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) method in class:BluetoothServerSocket
99 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid) method in class:BluetoothServerSocket
138 * <p>Closing the {@link BluetoothServerSocket} wil
[all...]
H A DBluetoothAdapter.java49 * a {@link BluetoothServerSocket} to listen for connection requests from other
62 * {@link #startDiscovery()}; or create a {@link BluetoothServerSocket} to
79 * {@see BluetoothServerSocket}
929 * <p>Use {@link BluetoothServerSocket#accept} to retrieve incoming
930 * connections from a listening {@link BluetoothServerSocket}.
934 * @return a listening RFCOMM BluetoothServerSocket
939 public BluetoothServerSocket listenUsingRfcommOn(int channel) throws IOException {
940 BluetoothServerSocket socket = new BluetoothServerSocket(
956 * <p>Use {@link BluetoothServerSocket#accep
[all...]

Completed in 79 milliseconds