summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArman Uguray <armansito@chromium.org>2014-09-23 13:47:17 -0700
committerJohan Hedberg <johan.hedberg@intel.com>2014-09-24 10:55:30 +0300
commitbfcadcc9132be5809203d73bf33af545d356cf50 (patch)
tree2f9d8003ec95cebe83115b6ad0a02167654ce4e9 /TODO
parenta7d53b96e2fe6a5240ce94948e9d481a2b9bed9c (diff)
downloadbluez-bfcadcc9132be5809203d73bf33af545d356cf50.tar.gz
TODO: shared/gatt-client now handles Service Changed
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO b/TODO
index 25faeb9b2..fe5ebe5e2 100644
--- a/TODO
+++ b/TODO
@@ -105,13 +105,6 @@ ATT/GATT (new shared stack)
Priority: Medium
Complexity: C1
-- Properly handle indications from the "Service Changed" characteristic.
- shared/gatt-client should automatically rediscover all changed GATT services
- and notify the upper layer using a specially assigned handler.
-
- Priority: Medium
- Complexity: C1
-
- 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.