diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2010-10-06 18:00:05 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2010-10-06 23:43:56 +0200 |
commit | 648ac7b751a52153cbd50d1b8acb21d141cd20ea (patch) | |
tree | 49e9152ffe580c8588ed4577abd0ca4724c37c50 /TODO | |
parent | b97b76aaa2b9c46ae208d86bbc44ffb5bd728375 (diff) | |
download | bluez-648ac7b751a52153cbd50d1b8acb21d141cd20ea.tar.gz |
TODO: Attribute server should process queued commands at disconnection
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -49,6 +49,15 @@ ATT/GATT Priority: Low Complexity: C2 +- Attribute server should process queued GATT/ATT commands if the + client disconnects. The client can simply send a command and quit, + without wait for a response(ex: Write Command). For this scenario + that the client disconnects the link quickly the queued received + command is ignored. + + Priority: Low + Complecity: C1 + - Long reads/writes don't work (consisting of multiple request packets) Priority: Low |