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

  /frameworks/base/core/java/android/bluetooth/
BluetoothServerSocket.java 31 * it will return a new {@link BluetoothSocket} to manage the connection.
32 * On the client side, use a single {@link BluetoothSocket} to both initiate
45 * a {@link BluetoothSocket} to manage the connection. Once the {@link
46 * BluetoothSocket} is acquired, it's a good idea to call {@link #close()} on
49 * close the returned {@link BluetoothSocket}.
64 * {@see BluetoothSocket}
68 /*package*/ final BluetoothSocket mSocket;
85 mSocket = new BluetoothSocket(type, -1, auth, encrypt, null, port, null);
90 * <p>Returns a connected {@link BluetoothSocket} on successful connection.
94 * @return a connected {@link BluetoothSocket}
    [all...]
BluetoothInputStream.java 30 private BluetoothSocket mSocket;
32 /*package*/ BluetoothInputStream(BluetoothSocket s) {
BluetoothOutputStream.java 30 private BluetoothSocket mSocket;
32 /*package*/ BluetoothOutputStream(BluetoothSocket s) {
BluetoothDevice.java 51 * {@link BluetoothSocket} for communication with the remote device, using
64 * {@see BluetoothSocket}
887 * Create an RFCOMM {@link BluetoothSocket} ready to start a secure
    [all...]
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
78 public final class BluetoothSocket implements Closeable {
79 private static final String TAG = "BluetoothSocket";
84 /** Keep TYPE_ fields in sync with BluetoothSocket.cpp */
119 * Construct a BluetoothSocket.
130 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt
    [all...]
BluetoothAdapter.java 718 * android.bluetooth.BluetoothSocket#connect()}. Discovery is not managed by
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommTransport.java 41 import android.bluetooth.BluetoothSocket;
47 private final BluetoothSocket mSocket;
49 public BluetoothOppRfcommTransport(BluetoothSocket socket) {
BluetoothOppRfcommListener.java 41 import android.bluetooth.BluetoothSocket;
151 BluetoothSocket clientSocket;
168 Log.i(TAG, "BluetoothSocket listen thread finished");
BluetoothOppTransfer.java 40 import android.bluetooth.BluetoothSocket;
265 /* for outbound transfer, the block point is BluetoothSocket.write()
371 * 4) After BluetoothSocket is connected,create an instance of RfcommTransport
599 private BluetoothSocket btSocket = null;
694 /* Use BluetoothSocket to connect */
748 private void markConnectionFailed(BluetoothSocket s) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapRfcommTransport.java 35 import android.bluetooth.BluetoothSocket;
46 private BluetoothSocket mSocket = null;
48 public BluetoothPbapRfcommTransport(BluetoothSocket rfs) {
BluetoothPbapService.java 44 import android.bluetooth.BluetoothSocket;
154 private BluetoothSocket mConnSocket = null;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 22 import android.bluetooth.BluetoothSocket;
162 * @param socket The BluetoothSocket on which the connection was made
165 public synchronized void connected(BluetoothSocket socket, BluetoothDevice
300 BluetoothSocket socket = null;
359 private final BluetoothSocket mmSocket;
365 BluetoothSocket tmp = null;
368 // Get a BluetoothSocket for a connection with the
389 // Make a connection to the BluetoothSocket
430 private final BluetoothSocket mmSocket;
434 public ConnectedThread(BluetoothSocket socket, String socketType)
    [all...]
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 27 import android.bluetooth.BluetoothSocket;
148 * @param socket The BluetoothSocket on which the connection was made
151 public synchronized void connected(BluetoothSocket socket, BluetoothDevice
294 BluetoothSocket socket = null;
351 private final BluetoothSocket mmSocket;
357 BluetoothSocket tmp = null;
360 // Get a BluetoothSocket for a connection with the
383 // Make a connection to the BluetoothSocket
423 private final BluetoothSocket mmSocket;
427 public ConnectedThread(BluetoothSocket socket, String socketType)
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java 29 import android.bluetooth.BluetoothSocket;
95 private BluetoothSocket mConnectedSco;
270 private BluetoothSocket mIncomingSco;
345 private BluetoothSocket mOutgoingSco;
351 Log.w(TAG, "Could not create BluetoothSocket");
361 Log.e(TAG, "BluetoothSocket could not connect");
441 BluetoothSocket connectedSco = null;
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothService.java 37 import android.bluetooth.BluetoothSocket;
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 652 milliseconds