Searched refs:mServerSession (Results 1 – 2 of 2) sorted by relevance
153 private ServerSession mServerSession = null; field in BluetoothPbapService423 if (mServerSession != null) { in closeService()424 mServerSession.close(); in closeService()425 mServerSession = null; in closeService()465 mServerSession = new ServerSession(transport, mPbapServer, mAuth); in startObexServerSession()481 if (mServerSession != null) { in stopObexServerSession()482 mServerSession.close(); in stopObexServerSession()483 mServerSession = null; in stopObexServerSession()801 if (mServerSession != null) {802 mServerSession.close();[all …]
139 private BluetoothOppObexServerSession mServerSession; field in BluetoothOppService350 mServerSession = new BluetoothOppObexServerSession(this, transport); in createServerSession()351 mServerSession.preStart(); in createServerSession()352 if (D) Log.d(TAG, "Get ServerSession " + mServerSession.toString() in createServerSession()631 mServerSession); in insertShare()665 newBatch, mServerSession); in insertShare()849 && mServerSession != null) { in removeBatch()854 mServerSession); in removeBatch()