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 77 private static final int RFCOMM_ERROR = 10;
146 case RFCOMM_ERROR:
151 if (V) Log.v(TAG, "receive RFCOMM_ERROR msg");
665 mSessionHandler.obtainMessage(RFCOMM_ERROR).sendToTarget();
674 mSessionHandler.obtainMessage(RFCOMM_ERROR).sendToTarget();
  /system/bt/stack/rfcomm/
rfc_int.h 35 #define RFCOMM_ERROR 1

Completed in 87 milliseconds