Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1862 Map<BluetoothDevice, Integer> deviceStates = new HashMap<BluetoothDevice, Integer>(); in getDevicesMatchingConnectionStates() local
1869 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()