Service service = null; for (Service s : this.device.getServices()) { if (s.getUuid().equals(uuid)) { service = s; break;
_builder.append(_name_5, "\t"); _builder.append(" Service UUID: "); String _uuid = service.getUuid(); _builder.append(_uuid, "\t"); _builder.append(" */"); _builder.append("\t"); _builder.append(".uuid = { "); String _uuid_1 = service.getUuid(); String _convertUuidToByteArray = this.convertUuidToByteArray(_uuid_1); _builder.append(_convertUuidToByteArray, "\t");