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