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.java1245 Map<BluetoothDevice, Integer> deviceStates = new HashMap<BluetoothDevice, in getDevicesMatchingConnectionStates() local
1253 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()