Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DHandleMap.java42 int serviceHandle = 0; field in HandleMap.Entry
67 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) { in Entry() argument
72 this.serviceHandle = serviceHandle; in Entry()
75 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle, int charHandle) { in Entry() argument
80 this.serviceHandle = serviceHandle; in Entry()
104 void addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) { in addCharacteristic() argument
106 mEntries.add(new Entry(serverIf, TYPE_CHARACTERISTIC, handle, uuid, serviceHandle)); in addCharacteristic()
109 void addDescriptor(int serverIf, int handle, UUID uuid, int serviceHandle) { in addDescriptor() argument
110 …mEntries.add(new Entry(serverIf, TYPE_DESCRIPTOR, handle, uuid, serviceHandle, mLastCharacteristic… in addDescriptor()
147 int getCharacteristicHandle(int serviceHandle, UUID uuid, int instance) { in getCharacteristicHandle() argument
[all …]