summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2011-02-22 17:43:11 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2011-02-23 00:09:54 -0300
commit3475c7f43a76d1e024b56a92fab9df376042ee5b (patch)
tree27578eff2f3533ab7c0f13ea0d2e9c57bbea92e6 /TODO
parent45ea4d5cb7d12ec35eb0c9443cafbbeb5ddca4b5 (diff)
downloadbluez-3475c7f43a76d1e024b56a92fab9df376042ee5b.tar.gz
TODO: Add item to support characteristic authorization in the agent
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index c53339be5..c69e7bb91 100644
--- a/TODO
+++ b/TODO
@@ -119,6 +119,12 @@ ATT/GATT
Priority: Medium
Complexity: C2
+- Agent for characteristics: Agent interface should be extended to support
+ authorization per characteristic if the remote is not in the trusted list.
+
+ Priority: Low
+ Complexity: C1
+
- gatttool should have the ability to wait for req responses before
quitting (some servers require a small sleep even with cmd's). Maybe a
--delay-exit or --timeout command line switch.