Diff between 4969ae43aeea05bda434eccb8a97aaedcf7dae85 and f773053e55c5690736267cb66a8e2461ac389890
Changed Files
| File | Additions | Deletions | Status |
| TODO | +0 | -5 | modified |
Full Patch
diff --git a/TODO b/TODO
index f49a9c4..588d9f6 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.