Home | History | Annotate | Download | only in opp

Lines Matching refs:mDestination

121                         Log.v(TAG, "Device :" + device + "- OPP device: " + mBatch.mDestination
124 if ((device.equals(mBatch.mDestination)) && (mCurrentShare.mConfirm
639 mDevice = mBatch.mDestination;
640 if (!mBatch.mDestination.sdpSearch(BluetoothUuid.ObexObjectPush)) {
647 mConnectThread = new SocketConnectThread(mBatch.mDestination, false, false, -1);