teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

3

補足追記

2016/03/31 08:46

投稿

Odacchi
Odacchi

スコア907

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

補足追記

2016/03/31 08:46

投稿

Odacchi
Odacchi

スコア907

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

加筆修正

2016/03/31 08:43

投稿

Odacchi
Odacchi

スコア907

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) にもあります。