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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 75 private static final int RFCOMM_ERROR = 10;
144 case RFCOMM_ERROR:
149 if (V) Log.v(TAG, "receive RFCOMM_ERROR msg");
663 mSessionHandler.obtainMessage(RFCOMM_ERROR).sendToTarget();
672 mSessionHandler.obtainMessage(RFCOMM_ERROR).sendToTarget();
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_int.h 35 #define RFCOMM_ERROR 1

Completed in 533 milliseconds