Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java136 private HashMap<BluetoothDevice, HashMap<UUID, Short>> mCccDescriptorValues; field in TbsGatt
340 mCccDescriptorValues = new HashMap<>(); in init()
449 HashMap<UUID, Short> characteristicCcc = mCccDescriptorValues.get(device); in setCcc()
452 mCccDescriptorValues.put(device, characteristicCcc); in setCcc()
469 Map<UUID, Short> characteristicCcc = mCccDescriptorValues.get(device); in getCccBytes()
533 for (BluetoothDevice device : mCccDescriptorValues.keySet()) { in notifyAll()
821 for (BluetoothDevice device : mCccDescriptorValues.keySet()) { in updateStatusFlagsSilentMode()
1711 mCccDescriptorValues.entrySet()) { in dump()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java142 private Map<String, Map<UUID, Short>> mCccDescriptorValues = new HashMap<>(); field in MediaControlGattService
1470 Map<UUID, Short> characteristicCcc = mCccDescriptorValues.get(device.getAddress()); in setCcc()
1473 mCccDescriptorValues.put(device.getAddress(), characteristicCcc); in setCcc()
1495 Map<UUID, Short> characteristicCcc = mCccDescriptorValues.get(device.getAddress()); in getCccBytes()
1824 Map<UUID, Short> charCccMap = mCccDescriptorValues.get(device.getAddress()); in notifyCharacteristic()
2503 for (Map.Entry<String, Map<UUID, Short>> deviceEntry : mCccDescriptorValues.entrySet()) { in dump()