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

  /frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp 39 ((t) == TYPE_RFCOMM ? "RFCOMM" : ((t) == TYPE_SCO ? "SCO" : "L2CAP"))
52 /* Keep TYPE_RFCOMM etc in sync with BluetoothSocket.java */
53 static const int TYPE_RFCOMM = 1;
100 case TYPE_RFCOMM:
125 case TYPE_RFCOMM:
145 if (type == TYPE_RFCOMM) {
191 case TYPE_RFCOMM:
257 case TYPE_RFCOMM:
330 case TYPE_RFCOMM:
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 744 BluetoothSocket.TYPE_RFCOMM, true, true, channel);
    [all...]
BluetoothDevice.java 708 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, true, true, this, channel,
735 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, true, true, this, -1,
754 return new BluetoothSocket(BluetoothSocket.TYPE_RFCOMM, -1, false, false, this, port,
BluetoothSocket.java 79 /*package*/ static final int TYPE_RFCOMM = 1;
86 private final int mType; /* one of TYPE_RFCOMM etc */
120 if (type == BluetoothSocket.TYPE_RFCOMM && uuid == null && fd == -1) {

Completed in 122 milliseconds