summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2011-03-23 16:40:12 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2011-03-24 11:20:50 +0200
commitb5892cd819a610c6cf9b9d0c238c37a3f7237396 (patch)
treef188214c0f7fa94670b903744192b52289f7ebea /TODO
parent28a755273c28a4acc374829b82ec42f86ee08eca (diff)
downloadbluez-b5892cd819a610c6cf9b9d0c238c37a3f7237396.tar.gz
TODO: Add item related to authorization and authentication
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index b05cfc060..0e06f9958 100644
--- a/TODO
+++ b/TODO
@@ -124,6 +124,15 @@ ATT/GATT
Priority: Medium
Complexity: C1
+- At the moment authentication and authorization is not supported at the
+ same time, read/write requirements in the attribute server needs to
+ be extended. According to Bluetooth Specification a server shall check
+ authentication and authorization requirements before any other check is
+ performed.
+
+ Priority: Medium
+ Complexity: C1
+
- ATT/GATT parsing to hcidump. Partially implemented, missing to fix
multiple advertises in the same event and RSSI.