Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothRfcommFacade.java75 private BluetoothConnection getConnection(String connID) throws IOException { in getConnection() argument
77 if (connID.trim().length() > 0) { in getConnection()
78 conn = connections.get(connID); in getConnection()
192 String connID) in bluetoothRfcommGetConnectedDeviceName()
194 BluetoothConnection conn = getConnection(connID); in bluetoothRfcommGetConnectedDeviceName()
214 @RpcParameter(name = "connID", description = "Connection id") @RpcDefault("") String connID) in bluetoothRfcommWrite()
216 BluetoothConnection conn = getConnection(connID); in bluetoothRfcommWrite()
229 String connID) in bluetoothRfcommRead()
231 BluetoothConnection conn = getConnection(connID); in bluetoothRfcommRead()
247 String connID) in bluetoothRfcommWriteBinary()
[all …]