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

  /frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp 40 ((t) == TYPE_RFCOMM ? "RFCOMM" : ((t) == TYPE_SCO ? "SCO" : "L2CAP"))
53 /* Keep TYPE_RFCOMM etc in sync with BluetoothSocket.java */
54 static const int TYPE_RFCOMM = 1;
104 case TYPE_RFCOMM:
129 case TYPE_RFCOMM:
149 if (type == TYPE_RFCOMM) {
196 case TYPE_RFCOMM:
282 case TYPE_RFCOMM:
355 case TYPE_RFCOMM:
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 85 /*package*/ static final int TYPE_RFCOMM = 1;
92 private final int mType; /* one of TYPE_RFCOMM etc */
132 if (type == BluetoothSocket.TYPE_RFCOMM && uuid == null && fd == -1) {

Completed in 37 milliseconds