[pulseaudio-discuss] [RFCv0 01/21] bluetooth: Fix lines going over collumn 128

2014-02-04 Thread jprvita
From: João Paulo Rechi Vita jprv...@gmail.com --- src/modules/bluetooth/module-bluetooth-policy.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/modules/bluetooth/module-bluetooth-policy.c b/src/modules/bluetooth/module-bluetooth-policy.c index

[pulseaudio-discuss] [RFCv0 00/21] Bluetooth HFP support via oFono

2014-02-04 Thread jprvita
From: João Paulo Rechi Vita jprv...@gmail.com This series implements support for the Bluetooth HFP profile implement as an external profile in oFono. The support has been implement as a separate transport backend and in a separate file, to allow for optional build of this support and to allow to

[pulseaudio-discuss] [RFCv0 07/21] bluetooth: Monitor D-Bus signals

2014-02-04 Thread jprvita
From: João Paulo Rechi Vita jprv...@openbossa.org --- src/modules/bluetooth/hfaudioagent-ofono.c | 48 ++ 1 file changed, 48 insertions(+) diff --git a/src/modules/bluetooth/hfaudioagent-ofono.c b/src/modules/bluetooth/hfaudioagent-ofono.c index af78d4d..49dd53a

[pulseaudio-discuss] [RFCv0 04/21] bluetooth: Add BlueZ 5 headset profile names in policy module

2014-02-04 Thread jprvita
From: João Paulo Rechi Vita jprv...@gmail.com --- src/modules/bluetooth/module-bluetooth-policy.c | 27 - 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/src/modules/bluetooth/module-bluetooth-policy.c b/src/modules/bluetooth/module-bluetooth-policy.c

[pulseaudio-discuss] [RFCv0 15/21] bluetooth: Handle CardAdded signal

2014-02-04 Thread jprvita
From: João Paulo Rechi Vita jprv...@openbossa.org --- src/modules/bluetooth/hfaudioagent-ofono.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/src/modules/bluetooth/hfaudioagent-ofono.c b/src/modules/bluetooth/hfaudioagent-ofono.c index 23b10f0..9daf964 100644 ---

[pulseaudio-discuss] [RFCv0 14/21] bluetooth: Track oFono service

2014-02-04 Thread jprvita
From: João Paulo Rechi Vita jprv...@openbossa.org --- src/modules/bluetooth/hfaudioagent-ofono.c | 41 ++ 1 file changed, 41 insertions(+) diff --git a/src/modules/bluetooth/hfaudioagent-ofono.c b/src/modules/bluetooth/hfaudioagent-ofono.c index c710caf..23b10f0

[pulseaudio-discuss] [RFCv0 12/21] bluetooth: Implement transport acquire for hf_audio_agent transports

2014-02-04 Thread jprvita
From: João Paulo Rechi Vita jprv...@openbossa.org --- src/modules/bluetooth/hfaudioagent-ofono.c | 35 +- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/src/modules/bluetooth/hfaudioagent-ofono.c b/src/modules/bluetooth/hfaudioagent-ofono.c index

[pulseaudio-discuss] [RFCv0 16/21] bluetooth: Handle CardRemoved signal

2014-02-04 Thread jprvita
From: João Paulo Rechi Vita jprv...@openbossa.org --- src/modules/bluetooth/hfaudioagent-ofono.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/src/modules/bluetooth/hfaudioagent-ofono.c b/src/modules/bluetooth/hfaudioagent-ofono.c index 9daf964..6a26367 100644 ---

[pulseaudio-discuss] [RFCv0 10/21] bluetooth: List HandsfreeAudioCard objects from oFono

2014-02-04 Thread jprvita
From: João Paulo Rechi Vita jprv...@openbossa.org --- src/modules/bluetooth/hfaudioagent-ofono.c | 71 +- 1 file changed, 70 insertions(+), 1 deletion(-) diff --git a/src/modules/bluetooth/hfaudioagent-ofono.c b/src/modules/bluetooth/hfaudioagent-ofono.c index

[pulseaudio-discuss] [RFCv0 17/21] bluetooth: Implement org.ofono.HandsfreeAudioAgent.Release()

2014-02-04 Thread jprvita
From: João Paulo Rechi Vita jprv...@openbossa.org --- src/modules/bluetooth/hfaudioagent-ofono.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/modules/bluetooth/hfaudioagent-ofono.c b/src/modules/bluetooth/hfaudioagent-ofono.c index 6a26367..423e42a

[pulseaudio-discuss] [RFCv0 18/21] bluetooth: Implement org.ofono.HandsfreeAudioAgent.NewConnection()

2014-02-04 Thread jprvita
From: João Paulo Rechi Vita jprv...@openbossa.org --- src/modules/bluetooth/hfaudioagent-ofono.c | 29 +++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/src/modules/bluetooth/hfaudioagent-ofono.c b/src/modules/bluetooth/hfaudioagent-ofono.c index

[pulseaudio-discuss] [RFCv0 19/21] bluetooth: Rename variable to improve code readability

2014-02-04 Thread jprvita
From: João Paulo Rechi Vita jprv...@openbossa.org The label 'u' is used throughout the code to name pointers to the struct userdata. --- src/modules/bluetooth/module-bluez5-device.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[pulseaudio-discuss] [RFCv0 09/21] bluetooth: Register/Unregister Handsfree Audio Agent with oFono

2014-02-04 Thread jprvita
From: João Paulo Rechi Vita jprv...@openbossa.org Register as a HandsfreeAudioAgent with oFono during backend initialization and unregiter during backend finalization. This commit also adds a check when receiving method calls or signals to make sure the sender matches with the D-Bus service we're

[pulseaudio-discuss] [RFCv0 11/21] bluetooth: Parse HandsfreeAudioCard properties

2014-02-04 Thread jprvita
From: João Paulo Rechi Vita jprv...@openbossa.org --- src/modules/bluetooth/hfaudioagent-ofono.c | 129 - 1 file changed, 127 insertions(+), 2 deletions(-) diff --git a/src/modules/bluetooth/hfaudioagent-ofono.c b/src/modules/bluetooth/hfaudioagent-ofono.c index

[pulseaudio-discuss] [RFCv0 21/21] bluetooth: Suspend the source/sink the HFP-oFono stream fd HUP

2014-02-04 Thread jprvita
From: João Paulo Rechi Vita jprv...@openbossa.org --- src/modules/bluetooth/module-bluez5-device.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/modules/bluetooth/module-bluez5-device.c b/src/modules/bluetooth/module-bluez5-device.c index e48eaa9..52a5c68 100644 ---

[pulseaudio-discuss] [RFCv0 13/21] bluetooth: Implement transport release for hf_audio_agent transports

2014-02-04 Thread jprvita
From: João Paulo Rechi Vita jprv...@openbossa.org --- src/modules/bluetooth/hfaudioagent-ofono.c | 9 + 1 file changed, 9 insertions(+) diff --git a/src/modules/bluetooth/hfaudioagent-ofono.c b/src/modules/bluetooth/hfaudioagent-ofono.c index a565601..c710caf 100644 ---

[pulseaudio-discuss] [RFCv0 20/21] bluetooth: Notify the main thread of a stream fd HUP

2014-02-04 Thread jprvita
From: João Paulo Rechi Vita jprv...@openbossa.org --- src/modules/bluetooth/module-bluez5-device.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/modules/bluetooth/module-bluez5-device.c b/src/modules/bluetooth/module-bluez5-device.c index f1991a0..e48eaa9 100644 ---

[pulseaudio-discuss] [PATCH 1/2] rtsp_client: set state to disconnected when the socket was closed.

2014-02-04 Thread Alexander Couzens
Signed-off-by: Alexander Couzens lyn...@fe80.eu --- src/modules/rtp/rtsp_client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/rtp/rtsp_client.c b/src/modules/rtp/rtsp_client.c index 6edb0e4..5343b3c 100644 --- a/src/modules/rtp/rtsp_client.c +++

[pulseaudio-discuss] [PATCH 0/2] rtsp states

2014-02-04 Thread Alexander Couzens
These 2 patches fixes rtsp disconnect state. The second patch fix an abort when the initial connect fails. To reproduce the abort call pactl load-module module-raop-sink server=192.168.1.1 The abort is triggered when the volume is changed or data send over the sink. Alexander Couzens (2):