Searched defs:mObexSession (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPbapClientConnectionHandler.java95 private ClientSession mObexSession; field in class:PbapClientConnectionHandler
193 if (mObexSession != null) {
194 if (DBG) Log.d(TAG, "obexSessionDisconnect" + mObexSession);
195 mObexSession.disconnect(null);
196 mObexSession.close();
223 request.execute(mObexSession);
282 mObexSession = new ClientSession(transport);
283 mObexSession.setAuthenticator(mAuth);
303 HeaderSet connectionResponse = mObexSession.connect(connectionRequest);
339 request.execute(mObexSession);
[all...]

Completed in 52 milliseconds