Diff between 2d0a4eddfa7e30bdb14f59b83c19f6481686d5df and 68c6c26512256088afee1498cc40d12703db8fd6
Changed Files
| File | Additions | Deletions | Status |
| TODO | +0 | -6 | modified |
Full Patch
diff --git a/TODO b/TODO
index f90d9a8..50678d3 100644
--- a/TODO
+++ b/TODO
@@ -148,12 +148,6 @@ ATT/GATT
Priority: Medium
Complexity: C1
-- ATT/GATT parsing to hcidump. Partially implemented, missing to fix
- multiple advertises in the same event and RSSI.
-
- 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.