Diff between e8a9bf96ad01219aa1726fcf085bd97752e0ff89 and a3d40ccac50f6b45eea0dafa108e0b340c04f478

Changed Files

File Additions Deletions Status
TODO +0 -10 modified

Full Patch

diff --git a/TODO b/TODO
index bc42b65..f5ba521 100644
--- a/TODO
+++ b/TODO
@@ -167,11 +167,6 @@ ATT/GATT
   Priority: Medium
   Complexity: C1
 
-- Fix hard-coded PSM for GATT services over basic rate.
-
-  Priority: Low
-  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().
@@ -222,11 +217,6 @@ ATT/GATT
   Priority: Low
   Complecity: C1
 
-- Add sdp discovery support to gatttool with BR (--sdp, default is 0x1f)
-
-  Priority: Low
-  Complexity: C1
-
 - Implement Server characteristic Configuration support in the attribute
   server to manage characteristic value broadcasting. There is a single
   instance of the Server Characteristic Configuration for all clients.