Searched refs:BluetoothObexTransport (Results 1 – 12 of 12) sorted by relevance
37 import com.android.bluetooth.BluetoothObexTransport;244 BluetoothObexTransport transport = new BluetoothObexTransport(mConnSocket); in rejectConnection()345 BluetoothObexTransport transport = new BluetoothObexTransport(mConnSocket); in startObexServerSession()
26 import com.android.bluetooth.BluetoothObexTransport;140 BluetoothObexTransport transport = new BluetoothObexTransport(socket); in onConnect()
28 import com.android.bluetooth.BluetoothObexTransport;81 private BluetoothObexTransport mTransport;124 mTransport = new BluetoothObexTransport(mSocket); in connect()
48 import com.android.bluetooth.BluetoothObexTransport;196 if (mTransport instanceof BluetoothObexTransport) { in onPut()197 destination = ((BluetoothObexTransport) mTransport).getRemoteAddress(); in onPut()592 if (mTransport instanceof BluetoothObexTransport) { in onConnect()593 destination = ((BluetoothObexTransport) mTransport).getRemoteAddress(); in onConnect()
55 import com.android.bluetooth.BluetoothObexTransport;738 BluetoothObexTransport transport; in connectRfcommSocket()739 transport = new BluetoothObexTransport(mBtSocket); in connectRfcommSocket()805 BluetoothObexTransport transport; in run()806 transport = new BluetoothObexTransport(mBtSocket); in run()
57 import com.android.bluetooth.BluetoothObexTransport;1192 BluetoothObexTransport transport = new BluetoothObexTransport(socket); in onConnect()
32 public class BluetoothObexTransport implements ObexTransport { class35 public BluetoothObexTransport(BluetoothSocket socket) { in BluetoothObexTransport() method in BluetoothObexTransport
348 BluetoothObexTransport obexTrans = in run()349 new BluetoothObexTransport(connSocket); in run()
28 import com.android.bluetooth.BluetoothObexTransport;84 private BluetoothObexTransport mTransport;260 mTransport = new BluetoothObexTransport(mSocket); in connect()
33 import com.android.bluetooth.BluetoothObexTransport;329 BluetoothObexTransport transport = new BluetoothObexTransport(mSocket); in connectObexSession()
27 import com.android.bluetooth.BluetoothObexTransport;400 BluetoothObexTransport transport = new BluetoothObexTransport(mConnSocket); in startObexServerSession()
28 import com.android.bluetooth.BluetoothObexTransport;360 mTransport = new BluetoothObexTransport(btSocket); in connect()