Diff between a7d53b96e2fe6a5240ce94948e9d481a2b9bed9c and bfcadcc9132be5809203d73bf33af545d356cf50

Changed Files

File Additions Deletions Status
TODO +0 -7 modified

Full Patch

diff --git a/TODO b/TODO
index 25faeb9..fe5ebe5 100644
--- a/TODO
+++ b/TODO
@@ -105,13 +105,6 @@ ATT/GATT (new shared stack)
   Priority: Medium
   Complexity: C1
 
-- Properly handle indications from the "Service Changed" characteristic.
-  shared/gatt-client should automatically rediscover all changed GATT services
-  and notify the upper layer using a specially assigned handler.
-
-  Priority: Medium
-  Complexity: C1
-
 - Introduce a handler interface to shared/gatt-client which can be used by the
   upper layer to determine when the link has been disconnected or an ATT
   protocol request times out.