回答編集履歴

3

補足追記

2016/03/31 08:46

投稿

Odacchi
Odacchi

スコア907

test CHANGED
@@ -11,3 +11,7 @@
11
11
  ---
12
12
 
13
13
  UUID(Universally Unique Identifier)というのがあるようです。[Yukiの枝折](http://yuki312.blogspot.jp/2015/04/bluetooth-low-energy.html)にあるUUIDは参考になりませんか?
14
+
15
+
16
+
17
+ また、こちらは参考程度にですが、[stackoverflow](http://stackoverflow.com/questions/21302302/uuid-and-macaddress-for-bluetooth-ble)でもUUIDかMac Addressかみたいな話題が上がっていますね。

2

補足追記

2016/03/31 08:46

投稿

Odacchi
Odacchi

スコア907

test CHANGED
@@ -3,3 +3,11 @@
3
3
 
4
4
 
5
5
  少し古いので多少仕様が変更されているかもしれませんが、[stackoverflow](http://stackoverflow.com/questions/16869482/how-to-get-unique-device-hardware-id-in-android) にもあります。
6
+
7
+
8
+
9
+ 3/31 17:43追記
10
+
11
+ ---
12
+
13
+ UUID(Universally Unique Identifier)というのがあるようです。[Yukiの枝折](http://yuki312.blogspot.jp/2015/04/bluetooth-low-energy.html)にあるUUIDは参考になりませんか?

1

加筆修正

2016/03/31 08:43

投稿

Odacchi
Odacchi

スコア907

test CHANGED
@@ -1,5 +1,5 @@
1
- Androidにはunique device idというのがあるようです。
1
+ Androidには```unique device id```というのがあるようです。
2
2
 
3
3
 
4
4
 
5
- http://stackoverflow.com/questions/16869482/how-to-get-unique-device-hardware-id-in-android
5
+ 少し古いので多少仕様が変更されているかもしれませんが、[stackoverflow](http://stackoverflow.com/questions/16869482/how-to-get-unique-device-hardware-id-in-android) にもあります。