Searched refs:BluetoothConnection (Results 1 – 2 of 2) sorted by relevance
62 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 …]
57 private Map<String, BluetoothConnection> connections =58 new HashMap<String, BluetoothConnection>();373 for (Map.Entry<String, BluetoothConnection> entry : connections.entrySet()) { in shutdown()