Re: [PATCH v3] bluetooth: Add reference count for bluetooth utils

2011-01-20 Thread Marcel Holtmann
Hi Fred, diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index 602c6da..8202381 100644 --- a/plugins/bluetooth.c +++ b/plugins/bluetooth.c @@ -40,6 +40,7 @@ static DBusConnection *connection; static GHashTable *uuid_hash = NULL; static GHashTable *adapter_address_hash = NULL;

[PATCH v3] bluetooth: Add reference count for bluetooth utils

2011-01-19 Thread Frédéric Danis
Add bluetooth_ref()/bluetooth_unref() to support reference count in bluetooth utils. --- plugins/bluetooth.c | 59 ++- 1 files changed, 44 insertions(+), 15 deletions(-) diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index

Re: [PATCH v3] bluetooth: Add reference count for bluetooth utils

2011-01-19 Thread Gustavo F. Padovan
* Frédéric Danis frederic.da...@linux.intel.com [2011-01-19 12:17:51 +0100]: Add bluetooth_ref()/bluetooth_unref() to support reference count in bluetooth utils. --- plugins/bluetooth.c | 59 ++- 1 files changed, 44 insertions(+), 15