Searched defs:serviceHandle (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | HandleMap.java | 43 public int serviceHandle = 0; field in HandleMap.Entry 68 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) { in Entry() 76 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle, int charHandle) { in Entry() 105 void addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) { in addCharacteristic() 110 void addDescriptor(int serverIf, int handle, UUID uuid, int serviceHandle) { in addDescriptor() 146 void deleteService(int serverIf, int serviceHandle) { in deleteService()
|