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.java134 ConnectThread connectThread = new ConnectThread(mDevice, uuid); in bluetoothSocketConnBeginConnectThreadUuid() local
135 connectThread.start(); in bluetoothSocketConnBeginConnectThreadUuid()
136 mConnectThread = connectThread; in bluetoothSocketConnBeginConnectThreadUuid()
160 ConnectThread connectThread = new ConnectThread(mDevice, psmValue, isBle, securedConn); in bluetoothSocketConnBeginConnectThreadPsm() local
161 connectThread.start(); in bluetoothSocketConnBeginConnectThreadPsm()
162 mConnectThread = connectThread; in bluetoothSocketConnBeginConnectThreadPsm()