From 52e333ff28e6679a68e9ab6c1c67d12c2717838c Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 15 Mar 2011 22:40:00 +0200 Subject: [PATCH] Add attrib server refactoring task to TODO --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index f5532c2e5..1120ad968 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. -- 2.47.3