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() argument 49 this.serverIf = serverIf; in Entry() 57 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry() argument 59 this.serverIf = serverIf; in Entry() 68 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) { in Entry() argument 69 this.serverIf = serverIf; in Entry() 76 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle, int charHandle) { in Entry() argument 77 this.serverIf = serverIf; in Entry() 100 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService() argument [all …]
|