[PATCH 2/3] bluetooth: make uuid profile detection more generic

2011-07-01 Thread Luiz Augusto von Dentz
From: Luiz Augusto von Dentz --- plugins/bluetooth.c | 31 ++- plugins/bluetooth.h |4 +--- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index f9bc0b5..7e0705f 100644 --- a/plugins/bluetooth.c +++ b/p

[PATCH 1/3] bluetooth: use lower case for UUIDs

2011-07-01 Thread Luiz Augusto von Dentz
From: Luiz Augusto von Dentz BlueZ also uses lower case --- plugins/bluetooth.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/bluetooth.h b/plugins/bluetooth.h index 505d908..318e4b0 100644 --- a/plugins/bluetooth.h +++ b/plugins/bluetooth.h @@ -27,7 +27,7 @@

[PATCH 3/3] bluetooth: fix not removing data when devices/adapters are removed

2011-07-01 Thread Luiz Augusto von Dentz
From: Luiz Augusto von Dentz If an adapter or device is removed any data associate should be removed, otherwise the next time they appear/are created the drivers may not asssociate again. --- plugins/bluetooth.c | 79 -- plugins/bluetooth.h |

Re: [PATCH 1/3] bluetooth: use lower case for UUIDs

2011-07-01 Thread Denis Kenzior
Hi Luiz, On 07/01/2011 02:12 AM, Luiz Augusto von Dentz wrote: > From: Luiz Augusto von Dentz > > BlueZ also uses lower case > --- > plugins/bluetooth.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > Patch has been applied, thanks. Regards, -Denis ___

Re: [PATCH 2/3] bluetooth: make uuid profile detection more generic

2011-07-01 Thread Denis Kenzior
Hi Luiz, On 07/01/2011 02:12 AM, Luiz Augusto von Dentz wrote: > From: Luiz Augusto von Dentz > > --- > plugins/bluetooth.c | 31 ++- > plugins/bluetooth.h |4 +--- > 2 files changed, 19 insertions(+), 16 deletions(-) > Patch has been applied, thanks. Regard

Re: [PATCH 3/3] bluetooth: fix not removing data when devices/adapters are removed

2011-07-01 Thread Denis Kenzior
Hi Luiz, On 07/01/2011 02:12 AM, Luiz Augusto von Dentz wrote: > From: Luiz Augusto von Dentz > > If an adapter or device is removed any data associate should be removed, > otherwise the next time they appear/are created the drivers may not > asssociate again. > --- > plugins/bluetooth.c | 79