summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>2012-06-15 03:38:59 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-06-27 15:12:16 +0300
commitf491b24295148e0e317fddbd27c3948c0c1affcc (patch)
tree4f8900558124821266206db300706159443da48b /TODO
parenta66a557038c0e3d21bc4f14090efb497558a12be (diff)
downloadbluez-f491b24295148e0e317fddbd27c3948c0c1affcc.tar.gz
TODO: add BlueZ 5 tasks
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 22 insertions, 0 deletions
diff --git a/TODO b/TODO
index 17e98487b..01ecc53b8 100644
--- a/TODO
+++ b/TODO
@@ -30,6 +30,28 @@ General
Priority: Low
Complexity: C1
+BlueZ 5
+=======
+
+Priority/Complexity ommited as all items are required before 5.0 is
+released.
+
+- Make mgmtops part of Bluetooth core. mgmt will be the only way to
+ communicate with the kernel in BlueZ so a plugin is not needed
+ anymore. Probably plugins/mgmtops.c -> src/mgmt.c
+
+- Switch to standard D-Bus properties interface
+
+- Switch to standard object manager interface
+
+- Reorganize source tree according to RFC sent to linux-bluetooth
+ (Subject: [RFC] Reorganizing the BlueZ source tree)
+
+- Remove deprecated D-Bus signal from audio code. New ones need to be
+ added to replace the deprecated ones.
+
+- Remove deprecated code/D-Bus methods.
+
Low Energy
==========