Searched refs:deviceStates (Results 1 – 1 of 1) sorted by relevance
1245 Map<BluetoothDevice, Integer> deviceStates = new HashMap<BluetoothDevice, in getDevicesMatchingConnectionStates() local1253 deviceStates.put(device, BluetoothProfile.STATE_DISCONNECTED); in getDevicesMatchingConnectionStates()1266 deviceStates.put(device, BluetoothProfile.STATE_CONNECTED); in getDevicesMatchingConnectionStates()1274 for (Map.Entry<BluetoothDevice, Integer> entry : deviceStates.entrySet()) { in getDevicesMatchingConnectionStates()