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

  /frameworks/base/core/java/android/bluetooth/
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) {
  /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:

Completed in 2145 milliseconds