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

/frameworks/base/core/java/android/bluetooth/
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
621 * @return one of {@link #TYPE_RFCOMM}, {@link #TYPE_SCO} or {@link #TYPE_L2CAP}

Completed in 40 milliseconds