Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothSocketConnFacade.java135 ConnectThread connectThread = new ConnectThread(mDevice, uuid); in bluetoothSocketConnBeginConnectThreadUuid() local
136 connectThread.start(); in bluetoothSocketConnBeginConnectThreadUuid()
137 mConnectThread = connectThread; in bluetoothSocketConnBeginConnectThreadUuid()
161 ConnectThread connectThread = new ConnectThread(mDevice, psmValue, isBle, securedConn); in bluetoothSocketConnBeginConnectThreadPsm() local
162 connectThread.start(); in bluetoothSocketConnBeginConnectThreadPsm()
163 mConnectThread = connectThread; in bluetoothSocketConnBeginConnectThreadPsm()