summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBruna Moreira <bruna.moreira@openbossa.org>2011-03-17 10:55:16 -0400
committerJohan Hedberg <johan.hedberg@nokia.com>2011-03-18 11:14:31 +0200
commitf773053e55c5690736267cb66a8e2461ac389890 (patch)
treee04449983bf1cf305709e742942bd43ab5f25884 /TODO
parent4969ae43aeea05bda434eccb8a97aaedcf7dae85 (diff)
downloadbluez-f773053e55c5690736267cb66a8e2461ac389890.tar.gz
TODO: remove 'fix MTU exchange' task
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index f49a9c404..588d9f60b 100644
--- a/TODO
+++ b/TODO
@@ -130,11 +130,6 @@ ATT/GATT
Priority: Medium
Complexity: C2
-- GATT server: fix MTU exchange
-
- Priority: Medium
- Complexity: C2
-
- Implement ATT PDU validation. Malformed PDUs can cause division by zero
when decoding PDUs. A proper error PDU should be returned for this case.
See decoding function in att.c file.