Searched refs:serviceEntry (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 1748 HandleMap.Entry serviceEntry = mHandleMap.getByHandle(entry.serviceHandle); in onAttributeRead() local 1750 serviceEntry.serviceType, serviceEntry.instance, in onAttributeRead() 1751 new ParcelUuid(serviceEntry.uuid), entry.instance, in onAttributeRead() 1758 HandleMap.Entry serviceEntry = mHandleMap.getByHandle(entry.serviceHandle); in onAttributeRead() local 1761 serviceEntry.serviceType, serviceEntry.instance, in onAttributeRead() 1762 new ParcelUuid(serviceEntry.uuid), charEntry.instance, in onAttributeRead() 1795 HandleMap.Entry serviceEntry = mHandleMap.getByHandle(entry.serviceHandle); in onAttributeWrite() local 1798 serviceEntry.serviceType, serviceEntry.instance, in onAttributeWrite() 1799 new ParcelUuid(serviceEntry.uuid), entry.instance, in onAttributeWrite() 1806 HandleMap.Entry serviceEntry = mHandleMap.getByHandle(entry.serviceHandle); in onAttributeWrite() local [all …]
|