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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java91 /*package*/ static final int TYPE_RFCOMM = 1; field in class:BluetoothSocket
101 private final int mType; /* one of TYPE_RFCOMM etc */
147 if (type == BluetoothSocket.TYPE_RFCOMM && uuid == null && fd == -1) {

Completed in 75 milliseconds