Searched refs:TYPE_RFCOMM (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothServerSocket.java216 case BluetoothSocket.TYPE_RFCOMM:
218 sb.append("TYPE_RFCOMM");
H A DBluetoothDevice.java1372 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, true, true, this, channel,
1444 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, true, true, this, -1,
1482 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, false, false, this, -1,
1506 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, false, false, this, port,
H A DBluetoothAdapter.java1589 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);
H A DBluetoothSocket.java96 public static final int TYPE_RFCOMM = 1; field in class:BluetoothSocket
113 private final int mType; /* one of TYPE_RFCOMM etc */
187 if (type == BluetoothSocket.TYPE_RFCOMM && uuid == null && fd == -1
618 * @return one of {@link #TYPE_RFCOMM}, {@link #TYPE_SCO} or {@link #TYPE_L2CAP}

Completed in 89 milliseconds