TODO: Add item to support characteristic authorization in the agent

This commit is contained in:
Claudio Takahasi 2011-02-22 17:43:11 -03:00 committed by Johan Hedberg
parent 45ea4d5cb7
commit 3475c7f43a

6
TODO
View File

@ -119,6 +119,12 @@ ATT/GATT
Priority: Medium Priority: Medium
Complexity: C2 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 - gatttool should have the ability to wait for req responses before
quitting (some servers require a small sleep even with cmd's). Maybe a quitting (some servers require a small sleep even with cmd's). Maybe a
--delay-exit or --timeout command line switch. --delay-exit or --timeout command line switch.