Home
last modified time | relevance | path

Searched refs:mPendingConnection (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java143 private ObexTransport mPendingConnection; field in BluetoothOppService
404 if (mBatches.size() == 0 && mPendingConnection == null) {
408 if (mPendingConnection != null) {
418 mPendingConnection = transport;
428 createServerSession(mPendingConnection);
430 mPendingConnection = null;
435 mPendingConnection.close();
443 mPendingConnection = null;