summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArman Uguray <armansito@chromium.org>2014-09-10 09:36:27 -0700
committerMarcel Holtmann <marcel@holtmann.org>2014-09-11 02:57:35 +0200
commit09fa845c6204543193d99fcddf832ef4fa4606bd (patch)
tree6ae632e06cd4c33afd0df5760b59ce3c5f76ebf1
parent77c4368de5aad61e7b22c97dc2b452ef0e915c73 (diff)
downloadbluez-09fa845c6204543193d99fcddf832ef4fa4606bd.tar.gz
TODO: Reference counted notify functions implemented
-rw-r--r--TODO10
1 files changed, 0 insertions, 10 deletions
diff --git a/TODO b/TODO
index 5277e3963..3530de427 100644
--- a/TODO
+++ b/TODO
@@ -152,16 +152,6 @@ ATT/GATT (new shared stack)
Priority: Medium
Complexity: C1
-- Define API functions in shared/gatt-client for enabling/disabling
- characteristic handle-value notifications/indications on a reference counted
- basis. Code that is no longer interested in notifications from a
- characteristic should be able to unregister any callbacks without writing to
- the "Client Characteristic Configuration" descriptor if there are others who
- are still interested.
-
- Priority: Medium
- Complexity: C2
-
- Introduce a handler interface to shared/gatt-client which can be used by the
upper layer to determine when the link has been disconnected or an ATT
protocol request times out.