summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-05-14 10:54:17 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2014-05-14 10:55:45 +0300
commita3d40ccac50f6b45eea0dafa108e0b340c04f478 (patch)
tree8522aff6e6e2685c1ea22bc64c5c4de26da7338a /TODO
parente8a9bf96ad01219aa1726fcf085bd97752e0ff89 (diff)
downloadbluez-a3d40ccac50f6b45eea0dafa108e0b340c04f478.tar.gz
TODO: Remove pointless dynamic ATT PSM tasks
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 0 insertions, 10 deletions
diff --git a/TODO b/TODO
index bc42b655e..f5ba52162 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.