diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2011-02-24 18:21:33 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2011-02-24 18:39:45 -0300 |
commit | 5aa3f0880df880720cd5a68e53f8e2f34c89e986 (patch) | |
tree | 22b8601c9d92dd2a185dd905fc6653ec77d6fd74 /TODO | |
parent | bd32dd623d389ece213877c4b46831f5bb7771fe (diff) |
TODO: Add item related to ATT PDU decoding issue
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -119,6 +119,13 @@ ATT/GATT Priority: Medium Complexity: C2 +- Implement ATT PDU validation. Malformed PDUs can cause division by zero + when decoding PDUs. A proper error PDU should be returned for this case. + See decoding function in att.c file. + + Priority: Medium + Complexity: C1 + - Agent for characteristics: Agent interface should be extended to support authorization per characteristic if the remote is not in the trusted list. |