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

回答編集履歴

1

間違い

2017/04/20 09:23

投稿

hillacken
hillacken

スコア359

answer CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  ```JAVA
15
15
  BluetoothGattDescriptor dataDescriptor = new BluetoothGattDescriptor(
16
- UUID.fromString(getResources().getString("00002902-0000-1000-8000-00805f9b34fb"))
16
+ UUID.fromString("00002902-0000-1000-8000-00805f9b34fb")
17
17
  ,BluetoothGattDescriptor.PERMISSION_WRITE);
18
18
 
19
19
  charWrite.addDescriptor(dataDescriptor);