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.java74 private BluetoothConnection getConnection(String connID) throws IOException { in getConnection() argument
76 if (connID.trim().length() > 0) { in getConnection()
77 conn = connections.get(connID); in getConnection()
155 String connID) in bluetoothRfcommGetConnectedDeviceName()
157 BluetoothConnection conn = getConnection(connID); in bluetoothRfcommGetConnectedDeviceName()
186 @RpcParameter(name = "connID", description = "Connection id") @RpcDefault("") String connID) in bluetoothRfcommWrite()
188 BluetoothConnection conn = getConnection(connID); in bluetoothRfcommWrite()
201 String connID) in bluetoothRfcommRead()
203 BluetoothConnection conn = getConnection(connID); in bluetoothRfcommRead()
219 String connID) in bluetoothRfcommWriteBinary()
[all …]