Diff between 98fe46b1dc8142972d6722b950f68fd4f9fcc7f2 and 5f782cbd73d638eea0e9dc19cf7e7760676e482e

Changed Files

File Additions Deletions Status
TODO +0 -7 modified

Full Patch

diff --git a/TODO b/TODO
index be56f28..16de35b 100644
--- a/TODO
+++ b/TODO
@@ -145,13 +145,6 @@ ATT/GATT (new shared stack)
   Priority: Medium
   Complexity: C1
 
-- Merge functions from shared/gatt-helpers involving value reads and writes into
-  shared/gatt-client. These functions should accept an instance of
-  bt_gatt_client instead of taking a bt_att directly.
-
-  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.