Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapSession.java64 private RfcommConnectThread mConnectThread;
243 mConnectThread = new RfcommConnectThread(); in startRfcomm()
295 private class RfcommConnectThread extends Thread { class in BluetoothPbapSession
300 public RfcommConnectThread() { in RfcommConnectThread() method in BluetoothPbapSession.RfcommConnectThread