回答編集履歴

1

間違い

2017/04/20 09:23

投稿

hillacken
hillacken

スコア359

test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  BluetoothGattDescriptor dataDescriptor = new BluetoothGattDescriptor(
30
30
 
31
- UUID.fromString(getResources().getString("00002902-0000-1000-8000-00805f9b34fb"))
31
+ UUID.fromString("00002902-0000-1000-8000-00805f9b34fb")
32
32
 
33
33
  ,BluetoothGattDescriptor.PERMISSION_WRITE);
34
34