Skip to content

Instantly share code, notes, and snippets.

@HirokiTitech
Created July 21, 2017 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HirokiTitech/ec3e93f516702b3acfd499d3bd3c2025 to your computer and use it in GitHub Desktop.
Save HirokiTitech/ec3e93f516702b3acfd499d3bd3c2025 to your computer and use it in GitHub Desktop.
// Unique UUID for this application
private static final UUID MY_UUID_SECURE =
UUID.fromString("00001101-0000-1000-8000-00805F9B34FB"); // for Serial Port Profile(SPP)
//UUID.fromString("fa87c0d0-afac-11de-8a39-0800200c9a66");
private static final UUID MY_UUID_INSECURE =
UUID.fromString("00001101-0000-1000-8000-00805F9B34FB"); // for Serial Port Profile(SPP)
//UUID.fromString("8ce255c0-200a-11e0-ac64-0800200c9a66");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment