summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-11-21 17:12:42 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-11-21 20:52:02 +0200
commit3196fe8e23990830c11ecd359c2b4a9c7c612129 (patch)
treedad2670e388a5dacdf4558d28fc8d2ca4d8ed02f /TODO
parent2b28946efad4b52294a00f0e4ec76a47f1a10505 (diff)
downloadbluez-3196fe8e23990830c11ecd359c2b4a9c7c612129.tar.gz
TODO: Add entry about built-in profiles connection management by core
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index 9f6655ec2..9c0b7515c 100644
--- a/TODO
+++ b/TODO
@@ -42,6 +42,15 @@ General
g_dbus_add_service_watch()). Idea first mentioned on
http://thread.gmane.org/gmane.linux.bluez.kernel/30175/focus=30190.
+- Reuse connection handling code of src/profile.c also for built-in profiles
+ so plugins would only need to register their btd_profile and the core takes
+ care of the rest including listen to the right channel and manages the sdp
+ record. Once btd_profile manages the connection it can also notify about
+ their state, this probably remove the need of having callbacks to
+ .connect/.disconnect since their state can be tracked, it also enables any
+ plugin to track any profile state change which can be useful for e.g.
+ a connection policy plugin in case one is needed.
+
Priority: Low
Complexity: C2