Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothSocketConnFacade.java50 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 …]
DBluetoothConnection.java38 class BluetoothConnection { class
47 BluetoothConnection(BluetoothSocket mSocket) throws IOException { in BluetoothConnection() method in BluetoothConnection
51 BluetoothConnection(BluetoothSocket mSocket, BluetoothServerSocket mServerSocket) in BluetoothConnection() method in BluetoothConnection
DBluetoothFacade.java59 private Map<String, BluetoothConnection> connections =
60 new HashMap<String, BluetoothConnection>();
515 BluetoothConnection> entry : connections.entrySet()) { in shutdown()