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.java144 private ObexTransport mPendingConnection; field in BluetoothOppService
400 if (mBatches.size() == 0 && mPendingConnection == null) {
404 if (mPendingConnection != null) {
414 mPendingConnection = transport;
424 createServerSession(mPendingConnection);
426 mPendingConnection = null;
431 mPendingConnection.close();
439 mPendingConnection = null;