Re: [pulseaudio-discuss] [PATCH] bluez5-device: Set transport state correctly for AG role

2017-07-27 Thread Tanu Kaskinen
On Sat, 2017-07-22 at 10:47 +0200, Georg Chini wrote: > When connecting a headset via the native backend, the transport state was > not updated correctly. > > This patch sets the state to PLAYING in transport_acquire() if necessary. > --- > src/modules/bluetooth/module-bluez5-device.c | 20 ++

[pulseaudio-discuss] [PATCH] bluez5-device: Set transport state correctly for AG role

2017-07-22 Thread Georg Chini
When connecting a headset via the native backend, the transport state was not updated correctly. This patch sets the state to PLAYING in transport_acquire() if necessary. --- src/modules/bluetooth/module-bluez5-device.c | 20 1 file changed, 20 insertions(+) diff --git a/src

[pulseaudio-discuss] [PATCH] bluez5-device: Set transport state correctly for AG role

2017-05-11 Thread Georg Chini
When connecting a headset via the native backend, the transport state was not updated correctly. This patch sets the state to PLAYING in transport_acquire() if necessary. --- src/modules/bluetooth/module-bluez5-device.c | 13 + 1 file changed, 13 insertions(+) diff --git a/src/module