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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java132 private ObexTransport mPendingConnection = null; field in class:BluetoothOppService
269 if (mBatchs.size() == 0 && mPendingConnection == null) {
273 if (mPendingConnection != null) {
286 mPendingConnection = transport;
296 createServerSession(mPendingConnection);
298 mPendingConnection = null;
303 mPendingConnection.close();
308 mPendingConnection = null;

Completed in 86 milliseconds