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

  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java     [all...]
BluetoothSocket.java 95 /*package*/ static final int TYPE_RFCOMM = 1;
105 private final int mType; /* one of TYPE_RFCOMM etc */
151 if (type == BluetoothSocket.TYPE_RFCOMM && uuid == null && fd == -1) {
BluetoothAdapter.java     [all...]

Completed in 1063 milliseconds