summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArman Uguray <armansito@chromium.org>2014-08-28 14:25:25 -0700
committerMarcel Holtmann <marcel@holtmann.org>2014-08-28 23:37:14 +0200
commitb37bc4438a1ff48e8b7e7713c038e47a36040077 (patch)
tree56f46f9c377e8ac0bbdac34bf48400f1fc269f52 /TODO
parenta39592d4cd5a8bee9242a6f1c0983642d55b18ec (diff)
downloadbluez-b37bc4438a1ff48e8b7e7713c038e47a36040077.tar.gz
TODO: shared/gatt-client has been defined and discovery implemented
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 0 insertions, 16 deletions
diff --git a/TODO b/TODO
index 39a1773e9..be56f2821 100644
--- a/TODO
+++ b/TODO
@@ -145,22 +145,6 @@ ATT/GATT (new shared stack)
Priority: Medium
Complexity: C1
-- Introduce shared/gatt-client as a standalone client implementation that can
- operate on a single instance of bt_att as the ATT protocol transport. The
- basic API should include functions for reference counting, setting a handler
- for util_debug, and a high-level abstraction for GATT services,
- characteristics, and descriptors.
-
- Priority: Medium
- Complexity: C1
-
-- Implement attribute discovery for shared/gatt-client. All services,
- characteristics, and descriptors should be discovered and cached during the
- set up process, which should also involve the initial MTU exchange.
-
- Priority: Medium
- Complexity: C1
-
- Merge functions from shared/gatt-helpers involving value reads and writes into
shared/gatt-client. These functions should accept an instance of
bt_gatt_client instead of taking a bt_att directly.