Home
last modified time | relevance | path

Searched refs:mConnSocket (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java67 private BluetoothSocket mConnSocket = null; field in BluetoothMapMasInstance
350 if (mConnSocket != null) { in startObexServerSession()
372 BluetoothObexTransport transport = new BluetoothObexTransport(mConnSocket); in startObexServerSession()
394 return (mConnSocket != null); in isStarted()
435 if (mConnSocket != null) { in closeConnectionSocket()
437 mConnSocket.close(); in closeConnectionSocket()
441 mConnSocket = null; in closeConnectionSocket()
467 mConnSocket = socket; in onConnect()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java85 private BluetoothSocket mConnSocket = null; field in SapService
209 if (mConnSocket != null) { in closeConnectionSocket()
211 mConnSocket.close(); in closeConnectionSocket()
212 mConnSocket = null; in closeConnectionSocket()
261 …mSapServer = new SapServer(mSessionStatusHandler, this, mConnSocket.getInputStream(), mConnSocket.… in startSapServerSession()
327 mConnSocket = mServerSocket.accept(); in run()
330 if (mConnSocket == null) { in run()
334 mRemoteDevice = mConnSocket.getRemoteDevice(); in run()
719 if (mConnSocket != null) { in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java164 private BluetoothSocket mConnSocket = null; field in BluetoothPbapService
305 if (mConnSocket != null) { in parseIntent()
435 if (mConnSocket != null) { in closeConnectionSocket()
437 mConnSocket.close(); in closeConnectionSocket()
438 mConnSocket = null; in closeConnectionSocket()
508 BluetoothObexTransport transport = new BluetoothObexTransport(mConnSocket); in startObexServerSession()
593 mConnSocket = serverSocket.accept(); in run()
597 if (mConnSocket == null) { in run()
601 mRemoteDevice = mConnSocket.getRemoteDevice(); in run()