diff options
author | Andrei Vasiliu <[email protected]> | 2016-02-04 18:35:08 +0200 |
---|---|---|
committer | Andrei Vasiliu <[email protected]> | 2016-02-04 18:37:51 +0200 |
commit | 5010c46a910b1e298e6992f5074afcd3433a6ed9 (patch) | |
tree | 63842a51855fd601968cc86ea3854fc69aa666cf | |
parent | d7d995948a4de13241cfd1e680b640d4969d4bab (diff) |
java: Updated Java examplev0.3.1
Signed-off-by: Andrei Vasiliu <[email protected]>
-rw-r--r-- | examples/java/Hellotinyb.java | 2 |
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(); } } |