summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArman Uguray <armansito@chromium.org>2014-12-02 16:12:43 -0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-12-03 17:06:19 +0200
commitb0f40aff528b34a31314dff8c7dbd15a629e17cc (patch)
tree8198ec683c11a87890c093537cebb7055ac9ff01 /TODO
parent57f3e6f67ea79f4ba05d9019f7d96c25f6f92f8e (diff)
downloadbluez-b0f40aff528b34a31314dff8c7dbd15a629e17cc.tar.gz
TODO: Add item for gatt-db service callbacks
Added TODO items for adding gatt-db service added/removed callbacks.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index ca3779b3d..e8b0ab1ec 100644
--- a/TODO
+++ b/TODO
@@ -155,6 +155,13 @@ ATT/GATT (new shared stack)
Priority: Medium
Complexity: C4
+- Add service_added and service_removed callbacks to shared/gatt-db which should
+ get triggered via bt_gatt_service_set_active and when services get add or
+ removed.
+
+ Priority: Medium
+ Complexity: C2
+
- Implement the client portion of doc/gatt-api.txt using shared/gatt-client once
plugin/profile code uses it.