Searched refs:BluetoothObexTransport (Results 1 – 11 of 11) sorted by relevance
23 import com.android.bluetooth.BluetoothObexTransport;174 BluetoothObexTransport serverTransport = new BluetoothObexTransport(socket); in testServer()215 BluetoothObexTransport clientTransport = new BluetoothObexTransport(clientSock); in testClient()
12 import com.android.bluetooth.BluetoothObexTransport;181 BluetoothObexTransport clientTransport = new BluetoothObexTransport(clientSock); in testSdpSearchClient()243 BluetoothObexTransport serverTransport = new BluetoothObexTransport(socket); in testSdpSearchServer()
51 import com.android.bluetooth.BluetoothObexTransport;503 BluetoothObexTransport serverTransport = new BluetoothObexTransport(socket); in testBtServer()591 BluetoothObexTransport clientTransport = new BluetoothObexTransport(socket); in testBtClient()
39 import com.android.bluetooth.BluetoothObexTransport;163 BluetoothObexTransport transport = new BluetoothObexTransport( in start()
59 import com.android.bluetooth.BluetoothObexTransport;180 if (mTransport instanceof BluetoothObexTransport) { in onPut()181 destination = ((BluetoothObexTransport)mTransport).getRemoteAddress(); in onPut()549 if (mTransport instanceof BluetoothObexTransport) { in onConnect()550 destination = ((BluetoothObexTransport)mTransport).getRemoteAddress(); in onConnect()
37 import com.android.bluetooth.BluetoothObexTransport;633 BluetoothObexTransport transport; in run()634 transport = new BluetoothObexTransport(btSocket); in run()
32 public class BluetoothObexTransport implements ObexTransport { class35 public BluetoothObexTransport(BluetoothSocket socket) { in BluetoothObexTransport() method in BluetoothObexTransport
330 BluetoothObexTransport obexTrans = in run()331 new BluetoothObexTransport(connSocket); in run()
25 import com.android.bluetooth.BluetoothObexTransport;372 BluetoothObexTransport transport = new BluetoothObexTransport(mConnSocket); in startObexServerSession()
28 import com.android.bluetooth.BluetoothObexTransport;330 mTransport = new BluetoothObexTransport(btSocket); in connect()
60 import com.android.bluetooth.BluetoothObexTransport;508 BluetoothObexTransport transport = new BluetoothObexTransport(mConnSocket); in startObexServerSession()