summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2011-04-11 15:26:34 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2011-04-14 20:12:18 +0300
commit51571e74374453305869148aab50d41f163bf9b4 (patch)
treedd9ca95ab0e7b2e5c632f9e5373c0a57b28c9448 /TODO
parent2d56d7a8e505a709ea1760d342aa12c83d754656 (diff)
TODO: Add hard-coded PSM for GATT over basic rate
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 461b17927..fab3ec0d5 100644
--- a/TODO
+++ b/TODO
@@ -136,6 +136,11 @@ 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().