Home
last modified time | relevance | path

Searched refs:BluetoothMapRfcommTransport (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapRfcommTransport.java28 public class BluetoothMapRfcommTransport implements ObexTransport { class
31 public BluetoothMapRfcommTransport(BluetoothSocket rfs) { in BluetoothMapRfcommTransport() method in BluetoothMapRfcommTransport
DBluetoothMapMasInstance.java297 BluetoothMapRfcommTransport transport = new BluetoothMapRfcommTransport(mConnSocket); in startObexServerSession()