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.java144 ConnectThread connectThread = new ConnectThread(mDevice, uuid); in bluetoothSocketConnBeginConnectThreadUuid() local
145 connectThread.start(); in bluetoothSocketConnBeginConnectThreadUuid()
146 mConnectThread = connectThread; in bluetoothSocketConnBeginConnectThreadUuid()
170 ConnectThread connectThread = new ConnectThread(mDevice, psmValue, isBle, securedConn); in bluetoothSocketConnBeginConnectThreadPsm() local
171 connectThread.start(); in bluetoothSocketConnBeginConnectThreadPsm()
172 mConnectThread = connectThread; in bluetoothSocketConnBeginConnectThreadPsm()