Skip to content

Commit

Permalink
java: Updated Java example
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Vasiliu <[email protected]>
  • Loading branch information
Andrei Vasiliu committed Feb 4, 2016
1 parent d7d9959 commit 5010c46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/java/Hellotinyb.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,7 @@ public static void main(String[] args) throws InterruptedException {
System.out.println("UUID: " + service.getUuid());
}
} while (bluetoothServices.isEmpty());

sensor.disconnect();
}
}

0 comments on commit 5010c46

Please sign in to comment.