D | HandleMap.java | 42 public int serviceType = 0; field in HandleMap.Entry 48 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry() argument 54 this.serviceType = serviceType; in Entry() 57 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry() argument 64 this.serviceType = serviceType; in Entry() 100 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService() argument 102 mEntries.add(new Entry(serverIf, handle, uuid, serviceType, instance, advertisePreferred)); in addService()
|