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.java52 private Map<String, BluetoothConnection> mConnections = field in BluetoothSocketConnFacade
89 conn = mConnections.get(connID); in getConnection()
90 } else if (mConnections.size() == 1) { in getConnection()
91 conn = (BluetoothConnection) mConnections.values().toArray()[0]; in getConnection()
93 Log.e("More than one available connections. Num=" + mConnections.size()); in getConnection()
94 throw new IOException("More than 1 available connections. Num=" + mConnections.size()); in getConnection()
104 mConnections.put(uuid, conn); in addConnection()
239 for (Map.Entry<String, BluetoothConnection> entry : mConnections.entrySet()) { in bluetoothSocketConnActiveConnections()
363 mConnections.remove(conn.getUUID()); in bluetoothSocketConnWrite()
386 mConnections.remove(conn.getUUID()); in bluetoothSocketConnRead()
[all …]