Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are Android Wear Node IDs Unique

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?

like image 679
Eliezer Avatar asked Jun 27 '14 18:06

Eliezer


1 Answers

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

like image 168
Wayne Piekarski Avatar answered Oct 31 '22 17:10

Wayne Piekarski