Diff between 57f3e6f67ea79f4ba05d9019f7d96c25f6f92f8e and b0f40aff528b34a31314dff8c7dbd15a629e17cc

Changed Files

File Additions Deletions Status
TODO +7 -0 modified

Full Patch

diff --git a/TODO b/TODO
index ca3779b..e8b0ab1 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.