H A D | HandleMap.java | 37 public int serverIf = 0; field in HandleMap.Entry 48 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry() 57 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in 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() 100 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService() 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() 115 void setStarted(int serverIf, int handle, boolean started) { in setStarted() 146 void deleteService(int serverIf, int serviceHandle) { in deleteService()
|