summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBruna Moreira <bruna.moreira@openbossa.org>2010-12-03 14:26:21 -0400
committerJohan Hedberg <johan.hedberg@nokia.com>2010-12-07 22:54:44 +0200
commit127e0a5b75ccd5730e596204d1907fda000680c0 (patch)
tree430475d3278b245101253f89d851d0e4a1aa31d4 /TODO
parentdd7a2acf88f7a926876820af9c9b11ca4c47dd9e (diff)
Check attribute permissions in attribute server
The attribute server must verify if the operation (read/write) is permitted before running the request, and send "Read Not Permitted" or "Write Not Permitted" error response to client if appropriate.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO b/TODO
index 49a9e766..32d3a617 100644
--- a/TODO
+++ b/TODO
@@ -136,13 +136,6 @@ ATT/GATT
Priority: Low
Complexity: C2
-- Attribute server shall implement attribute permission verification,
- returning an error code if necessary. See Volume 3, Part F, 3.2.5
- for more information.
-
- Priority: Low
- Complexity: C2
-
- Implement Client Characteristic Configuration support in the attribute
server to manage indications and notications. This is a per client attribute
to control how the client wants to receive reports of changes in a given