Searched refs:BluetoothOppRfcommTransport (Results 1 – 4 of 4) sorted by relevance
45 public class BluetoothOppRfcommTransport implements ObexTransport { class49 public BluetoothOppRfcommTransport(BluetoothSocket socket) { in BluetoothOppRfcommTransport() method in BluetoothOppRfcommTransport
157 … BluetoothOppRfcommTransport transport = new BluetoothOppRfcommTransport( in start()
184 if (mTransport instanceof BluetoothOppRfcommTransport) { in onPut()185 destination = ((BluetoothOppRfcommTransport)mTransport).getRemoteAddress(); in onPut()
708 BluetoothOppRfcommTransport transport; in run()709 transport = new BluetoothOppRfcommTransport(btSocket); in run()