Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothSocketConnFacade.java185 String connUuid = mAcceptThread.getConnUuid(); in bluetoothGetLastConnId() local
186 Log.d("bluetoothGetLastConnId from Accept Thread: connUuid=" + connUuid); in bluetoothGetLastConnId()
187 return connUuid; in bluetoothGetLastConnId()
190 String connUuid = mConnectThread.getConnUuid(); in bluetoothGetLastConnId() local
191 Log.d("bluetoothGetLastConnId from Connect Thread: connUuid=" + connUuid); in bluetoothGetLastConnId()
192 return connUuid; in bluetoothGetLastConnId()
334 String connUuid = mConnectThread.getConnUuid(); in bluetoothSocketRequestMaximumTxDataLength() local