Diff between 3c0786fea5eb8b497700e75b354a09c204268927 and 52e333ff28e6679a68e9ab6c1c67d12c2717838c

Changed Files

File Additions Deletions Status
TODO +7 -0 modified

Full Patch

diff --git a/TODO b/TODO
index f5532c2..1120ad9 100644
--- a/TODO
+++ b/TODO
@@ -148,6 +148,13 @@ ATT/GATT
   Priority: Medium
   Complexity: C1
 
+- Refactor read_by_group() and read_by_type() in src/attrib-server.c
+  (they've grown simply too big). First step could be to move out the
+  long for-loops to new functions called e.g. get_groups() and get_types().
+
+  Priority: Low
+  Complexity: C1
+
 - Agent for characteristics: Agent interface should be extended to support
   authorization per characteristic if the remote is not in the trusted list.