summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Vasiliu <[email protected]>2016-02-04 18:35:08 +0200
committerAndrei Vasiliu <[email protected]>2016-02-04 18:37:51 +0200
commit5010c46a910b1e298e6992f5074afcd3433a6ed9 (patch)
tree63842a51855fd601968cc86ea3854fc69aa666cf
parentd7d995948a4de13241cfd1e680b640d4969d4bab (diff)
java: Updated Java examplev0.3.1
Signed-off-by: Andrei Vasiliu <[email protected]>
-rw-r--r--examples/java/Hellotinyb.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/java/Hellotinyb.java b/examples/java/Hellotinyb.java
index 3597a63e..a4e5ea7d 100644
--- a/examples/java/Hellotinyb.java
+++ b/examples/java/Hellotinyb.java
@@ -57,5 +57,7 @@ public class Hellotinyb {
System.out.println("UUID: " + service.getUuid());
}
} while (bluetoothServices.isEmpty());
+
+ sensor.disconnect();
}
}