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