Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothRfcommFacade.java62 private Map<String, BluetoothConnection>
63 connections = new HashMap<String, BluetoothConnection>();
74 private BluetoothConnection getConnection(String connID) throws IOException { in getConnection()
75 BluetoothConnection conn = null; in getConnection()
79 conn = (BluetoothConnection) connections.values().toArray()[0]; in getConnection()
87 private String addConnection(BluetoothConnection conn) { in addConnection()
107 BluetoothConnection conn; in bluetoothRfcommConnect()
115 conn = new BluetoothConnection(mCurrThread.getSocket()); in bluetoothRfcommConnect()
143 for (Map.Entry<String, BluetoothConnection> entry : connections.entrySet()) { in bluetoothRfcommActiveConnections()
157 BluetoothConnection conn = getConnection(connID); in bluetoothRfcommGetConnectedDeviceName()
[all …]
DBluetoothFacade.java57 private Map<String, BluetoothConnection> connections =
58 new HashMap<String, BluetoothConnection>();
373 for (Map.Entry<String, BluetoothConnection> entry : connections.entrySet()) { in shutdown()