回答編集履歴
3
補足追記
answer
CHANGED
@@ -4,4 +4,6 @@
|
|
4
4
|
|
5
5
|
3/31 17:43追記
|
6
6
|
---
|
7
|
-
UUID(Universally Unique Identifier)というのがあるようです。[Yukiの枝折](http://yuki312.blogspot.jp/2015/04/bluetooth-low-energy.html)にあるUUIDは参考になりませんか?
|
7
|
+
UUID(Universally Unique Identifier)というのがあるようです。[Yukiの枝折](http://yuki312.blogspot.jp/2015/04/bluetooth-low-energy.html)にあるUUIDは参考になりませんか?
|
8
|
+
|
9
|
+
また、こちらは参考程度にですが、[stackoverflow](http://stackoverflow.com/questions/21302302/uuid-and-macaddress-for-bluetooth-ble)でもUUIDかMac Addressかみたいな話題が上がっていますね。
|
2
補足追記
answer
CHANGED
@@ -1,3 +1,7 @@
|
|
1
1
|
Androidには```unique device id```というのがあるようです。
|
2
2
|
|
3
|
-
少し古いので多少仕様が変更されているかもしれませんが、[stackoverflow](http://stackoverflow.com/questions/16869482/how-to-get-unique-device-hardware-id-in-android) にもあります。
|
3
|
+
少し古いので多少仕様が変更されているかもしれませんが、[stackoverflow](http://stackoverflow.com/questions/16869482/how-to-get-unique-device-hardware-id-in-android) にもあります。
|
4
|
+
|
5
|
+
3/31 17:43追記
|
6
|
+
---
|
7
|
+
UUID(Universally Unique Identifier)というのがあるようです。[Yukiの枝折](http://yuki312.blogspot.jp/2015/04/bluetooth-low-energy.html)にあるUUIDは参考になりませんか?
|
1
加筆修正
answer
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
Androidにはunique device idというのがあるようです。
|
1
|
+
Androidには```unique device id```というのがあるようです。
|
2
2
|
|
3
|
-
http://stackoverflow.com/questions/16869482/how-to-get-unique-device-hardware-id-in-android
|
3
|
+
少し古いので多少仕様が変更されているかもしれませんが、[stackoverflow](http://stackoverflow.com/questions/16869482/how-to-get-unique-device-hardware-id-in-android) にもあります。
|