Searched defs:serviceHandle (Results 1 - 1 of 1) sorted by relevance

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

Completed in 35 milliseconds