Re: [pulseaudio-discuss] [PATCH] bluetooth: set gain correctly

2014-11-21 Thread David Henningsson
I pushed this one now since I (finally!) got it working here too. Thanks! I needed some support from vudentz (thanks!) to have it up and working, but here's the relevant start order I used: * Start bluetoothd * Start bluetoothctl and input these commands power on, agent on and

Re: [pulseaudio-discuss] [PATCH] bluetooth: set gain correctly

2014-11-21 Thread Luiz Augusto von Dentz
Hi David, On Fri, Nov 21, 2014 at 1:02 PM, David Henningsson david.hennings...@canonical.com wrote: I pushed this one now since I (finally!) got it working here too. Thanks! I needed some support from vudentz (thanks!) to have it up and working, but here's the relevant start order I used:

[pulseaudio-discuss] [PATCH] bluetooth: set gain correctly

2014-11-14 Thread Wim Taymans
Send the right command to set the speaker and microphone gain. --- src/modules/bluetooth/backend-native.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/bluetooth/backend-native.c b/src/modules/bluetooth/backend-native.c index 86af422..cea2db2 100644 ---

[pulseaudio-discuss] [PATCH] bluetooth: set gain correctly

2014-11-14 Thread Wim Taymans
Send the right command to set the speaker and microphone gain. Note that setting the volume on the Headset should use the unsolicited result code. Receiving the volume from the Headset uses the AT command. --- src/modules/bluetooth/backend-native.c | 8 1 file changed, 4 insertions(+),