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.java175 String connUuid = mAcceptThread.getConnUuid(); in bluetoothGetLastConnId() local
176 Log.d("bluetoothGetLastConnId from Accept Thread: connUuid=" + connUuid); in bluetoothGetLastConnId()
177 return connUuid; in bluetoothGetLastConnId()
180 String connUuid = mConnectThread.getConnUuid(); in bluetoothGetLastConnId() local
181 Log.d("bluetoothGetLastConnId from Connect Thread: connUuid=" + connUuid); in bluetoothGetLastConnId()
182 return connUuid; in bluetoothGetLastConnId()
324 String connUuid = mConnectThread.getConnUuid(); in bluetoothSocketRequestMaximumTxDataLength() local