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.java51 private Map<String, BluetoothConnection> mConnections = field in BluetoothSocketConnFacade
80 conn = mConnections.get(connID); in getConnection()
81 } else if (mConnections.size() == 1) { in getConnection()
82 conn = (BluetoothConnection) mConnections.values().toArray()[0]; in getConnection()
84 Log.e("More than one available connections. Num=" + mConnections.size()); in getConnection()
85 throw new IOException("More than 1 available connections. Num=" + mConnections.size()); in getConnection()
95 mConnections.put(uuid, conn); in addConnection()
230 for (Map.Entry<String, BluetoothConnection> entry : mConnections.entrySet()) { in bluetoothSocketConnActiveConnections()
354 mConnections.remove(conn.getUUID()); in bluetoothSocketConnWrite()
377 mConnections.remove(conn.getUUID()); in bluetoothSocketConnRead()
[all …]