6

Are Android Wear Node ids unique (is it safe to store a node's id as a reference to a specific wear device)?

If not, is there a unique way to identify a specific wear device?

Eliezer
  • 7,209
  • 12
  • 56
  • 103

1 Answers1

3

Android Wear node ids are based on UUIDs, which should be unique, according to the documentation here: http://developer.android.com/reference/java/util/UUID.html

Wayne Piekarski
  • 3,203
  • 18
  • 19