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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapSession.java 37 private static final int RFCOMM_CONNECTED = 1;
106 case RFCOMM_CONNECTED:
317 mSessionHandler.obtainMessage(RFCOMM_CONNECTED, transport).sendToTarget();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 79 private static final int RFCOMM_CONNECTED = 11;
157 case RFCOMM_CONNECTED:
162 if (V) Log.v(TAG, "Transfer receive RFCOMM_CONNECTED msg");
615 mSessionHandler.obtainMessage(RFCOMM_CONNECTED, transport).sendToTarget();
640 mSessionHandler.obtainMessage(RFCOMM_CONNECTED, transport).sendToTarget();

Completed in 67 milliseconds