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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothServerSocket.java33 * 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}
71 /*package*/ final BluetoothSocket mSocket;
88 mSocket = new BluetoothSocket(type, -1, auth, encrypt, null, port, null);
109 mSocket = new BluetoothSocket(type, -1, auth, encrypt, null, port, null, mitm,
127 mSocket = new BluetoothSocket(typ
[all...]
H A DBluetoothInputStream.java30 private BluetoothSocket mSocket;
32 /*package*/ BluetoothInputStream(BluetoothSocket s) {
H A DBluetoothOutputStream.java30 private BluetoothSocket mSocket;
32 /*package*/ BluetoothOutputStream(BluetoothSocket s) {
H A DBluetoothDevice.java54 * {@link BluetoothSocket} for communication with the remote device, using
70 * {@see BluetoothSocket}
1343 * Create an RFCOMM {@link BluetoothSocket} ready to start a secure
1356 * <p>Use {@link BluetoothSocket#connect} to initiate the outgoing
1367 public BluetoothSocket createRfcommSocket(int channel) throws IOException {
1372 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, true, true, this, channel,
1377 * Create an L2cap {@link BluetoothSocket} ready to start a secure
1390 * <p>Use {@link BluetoothSocket#connect} to initiate the outgoing
1401 public BluetoothSocket createL2capSocke
[all...]
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";
153 * Construct a BluetoothSocket.
164 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, method in class:BluetoothSocket
170 * Construct a BluetoothSocket
183 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, method in class:BluetoothSocket
217 private BluetoothSocket(BluetoothSocket s) { method in class:BluetoothSocket
264 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, method in class:BluetoothSocket
[all...]
H A DBluetoothAdapter.java1239 * android.bluetooth.BluetoothSocket#connect()}. Discovery is not managed by
1589 BluetoothSocket.TYPE_RFCOMM, true, true, channel, mitm, min16DigitPin);
1705 socket = new BluetoothServerSocket(BluetoothSocket.TYPE_RFCOMM, auth,
1728 BluetoothSocket.TYPE_RFCOMM, false, false, port);
1753 BluetoothSocket.TYPE_RFCOMM, false, true, port);
1777 BluetoothSocket.TYPE_SCO, false, false, -1);
1803 BluetoothSocket.TYPE_L2CAP, true, true, port, mitm, min16DigitPin);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapRfcommTransport.java19 import android.bluetooth.BluetoothSocket;
30 private final BluetoothSocket mSocket;
32 public BluetoothMapRfcommTransport(BluetoothSocket socket) {
H A DBluetoothMnsService.java21 import android.bluetooth.BluetoothSocket;
109 BluetoothSocket sock = mServerSocket.accept();
H A DBluetoothMasClient.java21 import android.bluetooth.BluetoothSocket;
462 private BluetoothSocket socket = null;
/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/
H A DBTtraffic.java7 import android.bluetooth.BluetoothSocket;
193 BluetoothSocket socket = null;
280 BluetoothSocket socket = null;
/frameworks/base/
H A Dcompiled-classes-phone666 android.bluetooth.BluetoothSocket
667 android.bluetooth.BluetoothSocket$SocketState

Completed in 3798 milliseconds