TODO: Add hard-coded PSM for GATT over basic rate

This commit is contained in:
Claudio Takahasi 2011-04-11 15:26:34 -03:00 committed by Johan Hedberg
parent 2d56d7a8e5
commit 51571e7437

5
TODO
View File

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