Diff between 750a26cd99c6ae9d3fe08c0d5a16040c4fff11dd and fa9473bcc48417d69cc9ef81d41a72b18e34a55a
Changed Files
| File | Additions | Deletions | Status |
| doc/gatt-api.txt | +6 | -0 | modified |
Full Patch
diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt
index 491eb02..1281dd3 100644
--- a/doc/gatt-api.txt
+++ b/doc/gatt-api.txt
@@ -92,6 +92,12 @@ Methods array{byte} ReadValue(dict options)
characteristic.
Possible options: "offset": Start offset
+ "type": string
+ Possible values:
+ "command": Write without
+ response
+ "request": Write with response
+ "reliable": Reliable Write
"mtu": Exchanged MTU (Server only)
"device": Device path (Server only)
"link": Link type (Server only)