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>();
75 private BluetoothConnection getConnection(String connID) throws IOException { in getConnection()
76 BluetoothConnection conn = null; in getConnection()
80 conn = (BluetoothConnection) connections.values().toArray()[0]; in getConnection()
88 private String addConnection(BluetoothConnection conn) { in addConnection()
180 for (Map.Entry<String, BluetoothConnection> entry : connections.entrySet()) { in bluetoothRfcommActiveConnections()
194 BluetoothConnection conn = getConnection(connID); in bluetoothRfcommGetConnectedDeviceName()
216 BluetoothConnection conn = getConnection(connID); in bluetoothRfcommWrite()
231 BluetoothConnection conn = getConnection(connID); in bluetoothRfcommRead()
[all …]
DBluetoothFacade.java59 private Map<String, BluetoothConnection> connections =
60 new HashMap<String, BluetoothConnection>();
486 for (Map.Entry<String, BluetoothConnection> entry : connections.entrySet()) { in shutdown()