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

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

Completed in 173 milliseconds