Searched refs:BluetoothConnection (Results 1 – 3 of 3) sorted by relevance
50 private Map<String, BluetoothConnection> mConnections =51 new HashMap<String, BluetoothConnection>();72 private BluetoothConnection getConnection(String connID) throws IOException { in getConnection()77 BluetoothConnection conn = null; in getConnection()81 conn = (BluetoothConnection) mConnections.values().toArray()[0]; in getConnection()92 private String addConnection(BluetoothConnection conn) { in addConnection()229 for (Map.Entry<String, BluetoothConnection> entry : mConnections.entrySet()) { in bluetoothSocketConnActiveConnections()248 BluetoothConnection conn = getConnection(connID); in bluetoothSocketConnGetConnectedDeviceName()349 BluetoothConnection conn = getConnection(connID); in bluetoothSocketConnWrite()372 BluetoothConnection conn = getConnection(connID); in bluetoothSocketConnRead()[all …]
38 class BluetoothConnection { class47 BluetoothConnection(BluetoothSocket mSocket) throws IOException { in BluetoothConnection() method in BluetoothConnection51 BluetoothConnection(BluetoothSocket mSocket, BluetoothServerSocket mServerSocket) in BluetoothConnection() method in BluetoothConnection
59 private Map<String, BluetoothConnection> connections =60 new HashMap<String, BluetoothConnection>();515 BluetoothConnection> entry : connections.entrySet()) { in shutdown()