summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-02-10 16:22:53 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-02-10 16:33:20 +0200
commitbcf078d3ec74e6e69c4a91795639dd4b18783029 (patch)
tree433a65bac3f56e98b9320f0d3932825531e1967a /TODO
parent0d436295e3460674847bfa7717630b5c8939b4b8 (diff)
downloadbluez-bcf078d3ec74e6e69c4a91795639dd4b18783029.tar.gz
TODO: Add tasks for GATT client examples
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index ca3779b3d..62b33a054 100644
--- a/TODO
+++ b/TODO
@@ -113,6 +113,16 @@ ATT/GATT (new shared stack)
Priority: High
Complexity: C4
+- Write an example using client D-Bus API using C.
+
+ Priority: High
+ Complexity: C2
+
+- Write an example using client D-Bus API using python.
+
+ Priority: High
+ Complexity: C2
+
- Define packed structs for ATT protocol PDUs in shared/att-types to improve
readability. We should probably do this once there are extensive unit tests
for gatt-client/gatt-server so that we don't accidentally break working code.