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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMnsObexClient.java56 private ClientSession mClientSession; field in class:BluetoothMnsObexClient
165 if (mClientSession != null) {
166 mClientSession.disconnect(null);
173 if (mClientSession != null) {
174 if (D) Log.d(TAG, "OBEX session close mClientSession");
175 mClientSession.close();
176 mClientSession = null;
333 mClientSession = new ClientSession(mTransport);
338 if (mConnected && mClientSession != null) {
352 mHsConnect = mClientSession
[all...]

Completed in 80 milliseconds