aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2010-10-13 13:37:13 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2010-10-13 19:50:11 +0300
commit3bce877b320d2a1906fc16426e4e06b01db4d3a6 (patch)
treed2c6985e0bb82084550539fdf73b2d713bef2114 /TODO
parente17aee8af247457295dad621375039e6bdb4eee9 (diff)
downloadbluez-3bce877b320d2a1906fc16426e4e06b01db4d3a6.tar.gz
TODO: Implement Server Characteristic Configuration
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7939d9de..0a7b482a 100644
--- a/TODO
+++ b/TODO
@@ -78,6 +78,14 @@ ATT/GATT
Priority: Low
Complexity: C1
+- Implement Server characteristic Configuration support in the attribute
+ server to manage characteristic value broadcasting. There is a single
+ instance of the Server Characteristic Configuration for all clients.
+ See Volume 3, Part G, section 3.3.3.4 for more information.
+
+ Priority: Low
+ Complexity: C1
+
- Long reads/writes don't work (consisting of multiple request packets)
Priority: Low