回答編集履歴
1
間違い
answer
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
|
14
14
|
```JAVA
|
15
15
|
BluetoothGattDescriptor dataDescriptor = new BluetoothGattDescriptor(
|
16
|
-
UUID.fromString(
|
16
|
+
UUID.fromString("00002902-0000-1000-8000-00805f9b34fb")
|
17
17
|
,BluetoothGattDescriptor.PERMISSION_WRITE);
|
18
18
|
|
19
19
|
charWrite.addDescriptor(dataDescriptor);
|