Searched refs:HandleMap (Results 1 – 2 of 2) sorted by relevance
119 HandleMap mHandleMap = new HandleMap();1424 for (HandleMap.Entry entry : mHandleMap.mEntries) { in getRegisteredServiceUuids()1737 HandleMap.Entry entry = mHandleMap.getByHandle(attrHandle); in onAttributeRead()1746 case HandleMap.TYPE_CHARACTERISTIC: in onAttributeRead()1748 HandleMap.Entry serviceEntry = mHandleMap.getByHandle(entry.serviceHandle); in onAttributeRead()1756 case HandleMap.TYPE_DESCRIPTOR: in onAttributeRead()1758 HandleMap.Entry serviceEntry = mHandleMap.getByHandle(entry.serviceHandle); in onAttributeRead()1759 HandleMap.Entry charEntry = mHandleMap.getByHandle(entry.charHandle); in onAttributeRead()1784 HandleMap.Entry entry = mHandleMap.getByHandle(attrHandle); in onAttributeWrite()1793 case HandleMap.TYPE_CHARACTERISTIC: in onAttributeWrite()[all …]
26 class HandleMap { class91 HandleMap() { in HandleMap() method in HandleMap