summaryrefslogtreecommitdiff
path: root/doc/gatt-api.txt
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-04-05 17:27:39 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-04-08 14:41:01 +0300
commit0628449e0c754a1efdc3d180aae451caf0febf0a (patch)
tree2c966db25f074815b13c09b01085e0fd42f12560 /doc/gatt-api.txt
parent6aa37338ff72fa2b7bc71766f33e4979cd1526fd (diff)
downloadbluez-0628449e0c754a1efdc3d180aae451caf0febf0a.tar.gz
doc/gatt-api: Make Notifying property optional
If the characteristic does not support nofications nor indications the Notifying property can be omitted as it will never going to be used.
Diffstat (limited to 'doc/gatt-api.txt')
-rw-r--r--doc/gatt-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gatt-api.txt b/doc/gatt-api.txt
index 232ffa090..ad2ab1676 100644
--- a/doc/gatt-api.txt
+++ b/doc/gatt-api.txt
@@ -119,7 +119,7 @@ Properties string UUID [read-only]
when a notification or indication is received, upon
which a PropertiesChanged signal will be emitted.
- boolean Notifying [read-only]
+ boolean Notifying [read-only, optional]
True, if notifications or indications on this
characteristic are currently enabled.