2012-06-15 06:38:59

by Gustavo Padovan

[permalink] [raw]
Subject: [PATCH] TODO: add BlueZ 5 tasks

From: Gustavo Padovan <[email protected]>

---
TODO | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)

diff --git a/TODO b/TODO
index 17e9848..355a344 100644
--- a/TODO
+++ b/TODO
@@ -30,6 +30,39 @@ General
Priority: Low
Complexity: C1

+
+BlueZ 5
+==========
+
+- 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.
+
+ Priority: High
+ Complexity: C2
+
+- Move BlueZ to use standard DBus properties and object manager
+
+ Priority: High
+ Complexity: C2
+
+- Reorganize source tree according to RFC sent to linux-bluetooth (Subject:
+ [RFC] Reorganizing the BlueZ source tree)
+
+ Priority: High
+ Complexity: C1
+
+- Remove deprecated DBus signal from audio code. New ones need to be added to
+ replace the deprecated ones.
+
+ Priority: High
+ Complexity: C2
+
+- Remove deprecated code/DBus methods.
+
+ Priority: High
+ Complexity: C2
+
+
Low Energy
==========

--
1.7.10.2



2012-06-27 12:19:32

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH] TODO: add BlueZ 5 tasks

Hi Gustavo,

On Fri, Jun 15, 2012, Gustavo Padovan wrote:
> From: Gustavo Padovan <[email protected]>
>
> ---
> TODO | 33 +++++++++++++++++++++++++++++++++
> 1 file changed, 33 insertions(+)

Applied. Thanks.

Johan

2012-06-15 13:30:13

by Lucas De Marchi

[permalink] [raw]
Subject: Re: [PATCH] TODO: add BlueZ 5 tasks

On Fri, Jun 15, 2012 at 3:38 AM, Gustavo Padovan <[email protected]> wrote:
> From: Gustavo Padovan <[email protected]>
>
> ---
> ?TODO | ? 33 +++++++++++++++++++++++++++++++++
> ?1 file changed, 33 insertions(+)
>
> diff --git a/TODO b/TODO
> index 17e9848..355a344 100644
> --- a/TODO
> +++ b/TODO
> @@ -30,6 +30,39 @@ General
> ? Priority: Low
> ? Complexity: C1
>
> +
> +BlueZ 5
> +==========
> +
> +- 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.
> +
> + ?Priority: High
> + ?Complexity: C2
> +
> +- Move BlueZ to use standard DBus properties and object manager
> +
> + ?Priority: High
> + ?Complexity: C2
> +
> +- Reorganize source tree according to RFC sent to linux-bluetooth (Subject:
> + ?[RFC] Reorganizing the BlueZ source tree)
> +
> + ?Priority: High
> + ?Complexity: C1
> +
> +- Remove deprecated DBus signal from audio code. New ones need to be added to
> + ?replace the deprecated ones.
> +
> + ?Priority: High
> + ?Complexity: C2
> +
> +- Remove deprecated code/DBus methods.
> +
> + ?Priority: High
> + ?Complexity: C2

Besides the complexity being inverted from my POV, ack.

The move to OM and DBus.Properties are much more complex the removing
deprecated methods/code.


Lucas De Marchi