Re: [pulseaudio-discuss] [PATCH 18/60] bluetooth: Prefix BlueZ 4 card profiles enum with PA_BLUEZ4_

2013-08-16 Thread Tanu Kaskinen
On Thu, 2013-08-15 at 16:17 -0300, jprv...@gmail.com wrote: From: João Paulo Rechi Vita jprv...@openbossa.org Also typedef the enum as pa_bluez4_profile_t. --- src/modules/bluetooth/bluez4-util.c | 44 - src/modules/bluetooth/bluez4-util.h | 20 ++--

Re: [pulseaudio-discuss] [PATCHv2 19/60] build: Make the build of bluetooth modules BlueZ 4 specific

2013-08-16 Thread Tanu Kaskinen
On Tue, 2013-08-13 at 01:53 -0300, jprv...@gmail.com wrote: From: João Paulo Rechi Vita jprv...@openbossa.org --- configure.ac| 28 src/Makefile.am | 23 ++- 2 files changed, 30 insertions(+), 21 deletions(-) diff --git a/configure.ac

Re: [pulseaudio-discuss] [PATCHv2 19/60] build: Make the build of bluetooth modules BlueZ 4 specific

2013-08-16 Thread João Paulo Rechi Vita
On Fri, Aug 16, 2013 at 4:59 AM, Tanu Kaskinen tanu.kaski...@linux.intel.com wrote: On Tue, 2013-08-13 at 01:53 -0300, jprv...@gmail.com wrote: From: João Paulo Rechi Vita jprv...@openbossa.org --- configure.ac| 28 src/Makefile.am | 23

[pulseaudio-discuss] [PATCH] bluetooth: Remove module-bluetooth-proximity

2013-08-16 Thread jprvita
From: João Paulo Rechi Vita jprv...@openbossa.org module-bluetooth-proximity has not worked for quite a while, since it uses pre-BlueZ4 APIs. Nobody complained since then, which is a good indication that it doesn't have much users. Even the original commit message refers to it more as a toy than

[pulseaudio-discuss] [PATCH 19/60] build: Make the build of bluetooth modules BlueZ 4 specific

2013-08-16 Thread jprvita
From: João Paulo Rechi Vita jprv...@openbossa.org --- configure.ac| 24 +++- src/Makefile.am | 17 +++-- 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/configure.ac b/configure.ac index 616a990..0f52767 100644 --- a/configure.ac +++

[pulseaudio-discuss] [PATCH 20/60] build: Add support for enabling/disabling BlueZ 5 support

2013-08-16 Thread jprvita
From: João Paulo Rechi Vita jprv...@openbossa.org --- configure.ac | 20 +--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 0f52767..82b8ac9 100644 --- a/configure.ac +++ b/configure.ac @@ -979,21 +979,33 @@

Re: [pulseaudio-discuss] [PATCH] bluetooth: Remove module-bluetooth-proximity

2013-08-16 Thread Tanu Kaskinen
On Fri, 2013-08-16 at 09:30 -0300, jprv...@gmail.com wrote: From: João Paulo Rechi Vita jprv...@openbossa.org module-bluetooth-proximity has not worked for quite a while, since it uses pre-BlueZ4 APIs. Nobody complained since then, which is a good indication that it doesn't have much users.

Re: [pulseaudio-discuss] [PATCHv2 21/60] bluetooth: Create stub for module-bluez5-discover

2013-08-16 Thread Tanu Kaskinen
On Tue, 2013-08-13 at 01:53 -0300, jprv...@gmail.com wrote: From: João Paulo Rechi Vita jprv...@openbossa.org --- src/Makefile.am| 12 +++ src/modules/bluetooth/module-bluez5-discover.c | 43 ++ 2 files changed, 55 insertions(+)

Re: [pulseaudio-discuss] [PATCHv2 21/60] bluetooth: Create stub for module-bluez5-discover

2013-08-16 Thread João Paulo Rechi Vita
On Fri, Aug 16, 2013 at 10:39 AM, Tanu Kaskinen tanu.kaski...@linux.intel.com wrote: On Tue, 2013-08-13 at 01:53 -0300, jprv...@gmail.com wrote: From: João Paulo Rechi Vita jprv...@openbossa.org --- src/Makefile.am| 12 +++

Re: [pulseaudio-discuss] [PATCHv2 23/60] bluetooth: Track org.bluez for BlueZ 5

2013-08-16 Thread Tanu Kaskinen
On Tue, 2013-08-13 at 01:54 -0300, jprv...@gmail.com wrote: From: João Paulo Rechi Vita jprv...@openbossa.org --- src/modules/bluetooth/bluez5-util.c | 94 + 1 file changed, 94 insertions(+) diff --git a/src/modules/bluetooth/bluez5-util.c

Re: [pulseaudio-discuss] [PATCHv2 23/60] bluetooth: Track org.bluez for BlueZ 5

2013-08-16 Thread João Paulo Rechi Vita
On Fri, Aug 16, 2013 at 11:13 AM, Tanu Kaskinen tanu.kaski...@linux.intel.com wrote: On Tue, 2013-08-13 at 01:54 -0300, jprv...@gmail.com wrote: From: João Paulo Rechi Vita jprv...@openbossa.org --- src/modules/bluetooth/bluez5-util.c | 94 + 1 file

Re: [pulseaudio-discuss] [PATCHv2 27/60] bluetooth: Create pa_bluetooth_transport for BlueZ 5 support

2013-08-16 Thread Tanu Kaskinen
On Tue, 2013-08-13 at 01:54 -0300, jprv...@gmail.com wrote: From: João Paulo Rechi Vita jprv...@openbossa.org Create the pa_bluetooth_transport structure to store information about the bluetooth transport and utility functions to manipulate this structure. The acquire() and release()