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