Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothSocketConnFacade.java50 private Map<String, BluetoothConnection> mConnections = field in BluetoothSocketConnFacade
79 conn = mConnections.get(connID); in getConnection()
80 } else if (mConnections.size() == 1) { in getConnection()
81 conn = (BluetoothConnection) mConnections.values().toArray()[0]; in getConnection()
83 Log.e("More than one available connections. Num=" + mConnections.size()); in getConnection()
84 throw new IOException("More than 1 available connections. Num=" + mConnections.size()); in getConnection()
94 mConnections.put(uuid, conn); in addConnection()
229 for (Map.Entry<String, BluetoothConnection> entry : mConnections.entrySet()) { in bluetoothSocketConnActiveConnections()
353 mConnections.remove(conn.getUUID()); in bluetoothSocketConnWrite()
376 mConnections.remove(conn.getUUID()); in bluetoothSocketConnRead()
[all …]