TODO: Remove pointless dynamic ATT PSM tasks

This commit is contained in:
Johan Hedberg 2014-05-14 10:54:17 +03:00
parent e8a9bf96ad
commit a3d40ccac5

10
TODO
View File

@ -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.