Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1759 HandleMap.Entry charEntry = mHandleMap.getByHandle(entry.charHandle); in onAttributeRead() local
1762 new ParcelUuid(serviceEntry.uuid), charEntry.instance, in onAttributeRead()
1763 new ParcelUuid(charEntry.uuid), in onAttributeRead()
1807 HandleMap.Entry charEntry = mHandleMap.getByHandle(entry.charHandle); in onAttributeWrite() local
1811 new ParcelUuid(serviceEntry.uuid), charEntry.instance, in onAttributeWrite()
1812 new ParcelUuid(charEntry.uuid), in onAttributeWrite()