linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ 2/4] AVRCP: Get media transport DBus connection
@ 2012-05-11 11:02 Vani
  2012-05-11 16:14 ` Gustavo Padovan
  0 siblings, 1 reply; 3+ messages in thread
From: Vani @ 2012-05-11 11:02 UTC (permalink / raw)
  To: User Name; +Cc: User Name2

From: Vani Patel <vani.patel@stericsson.com>

Defines a function that will return DBus connection
for media transport
---
 audio/transport.c |    5 +++++
 audio/transport.h |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 audio/transport.c
 mode change 100644 => 100755 audio/transport.h

diff --git a/audio/transport.c b/audio/transport.c
old mode 100644
new mode 100755
index 7bf7309..6ea0748
--- a/audio/transport.c
+++ b/audio/transport.c
@@ -1054,3 +1054,8 @@ struct audio_device *media_transport_get_dev(struct media_transport *transport)
 {
 	return transport->device;
 }
+
+DBusConnection *media_transport_get_conn(struct media_transport *transport)
+{
+	return transport->conn;
+}
diff --git a/audio/transport.h b/audio/transport.h
old mode 100644
new mode 100755
index 1f86cde..94dbb69
--- a/audio/transport.h
+++ b/audio/transport.h
@@ -37,3 +37,4 @@ void media_transport_update_delay(struct media_transport *transport,
 							uint16_t delay);
 void transport_get_properties(struct media_transport *transport,
 							DBusMessageIter *iter);
+DBusConnection *media_transport_get_conn(struct media_transport *transport);
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH BlueZ 2/4] AVRCP: Get media transport DBus connection
  2012-05-11 11:02 [PATCH BlueZ 2/4] AVRCP: Get media transport DBus connection Vani
@ 2012-05-11 16:14 ` Gustavo Padovan
  2012-05-14 10:19   ` Vani-dineshbhai PATEL X
  0 siblings, 1 reply; 3+ messages in thread
From: Gustavo Padovan @ 2012-05-11 16:14 UTC (permalink / raw)
  To: Vani; +Cc: User Name

Hi Vani,

* Vani <vani.patel@stericsson.com> [2012-05-11 16:32:56 +0530]:

> From: Vani Patel <vani.patel@stericsson.com>
> 
> Defines a function that will return DBus connection
> for media transport
> ---
>  audio/transport.c |    5 +++++
>  audio/transport.h |    1 +
>  2 files changed, 6 insertions(+), 0 deletions(-)
>  mode change 100644 => 100755 audio/transport.c
>  mode change 100644 => 100755 audio/transport.h

You changed the mode of the file, please fix this.

	Gustavo

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH BlueZ 2/4] AVRCP: Get media transport DBus connection
  2012-05-11 16:14 ` Gustavo Padovan
@ 2012-05-14 10:19   ` Vani-dineshbhai PATEL X
  0 siblings, 0 replies; 3+ messages in thread
From: Vani-dineshbhai PATEL X @ 2012-05-14 10:19 UTC (permalink / raw)
  To: Gustavo Padovan; +Cc: User Name

Hi Gustavo,

> -----Original Message-----
> From: Gustavo Padovan [mailto:gustavo@padovan.org]
> Sent: Friday, May 11, 2012 9:45 PM
> To: Vani-dineshbhai PATEL X
> Cc: User Name
> Subject: Re: [PATCH BlueZ 2/4] AVRCP: Get media transport DBus
> connection
> 
> Hi Vani,
> 
> * Vani <vani.patel@stericsson.com> [2012-05-11 16:32:56 +0530]:
> 
> > From: Vani Patel <vani.patel@stericsson.com>
> >
> > Defines a function that will return DBus connection
> > for media transport
> > ---
> >  audio/transport.c |    5 +++++
> >  audio/transport.h |    1 +
> >  2 files changed, 6 insertions(+), 0 deletions(-)
> >  mode change 100644 => 100755 audio/transport.c
> >  mode change 100644 => 100755 audio/transport.h
> 
> You changed the mode of the file, please fix this.
> 
> 	Gustavo
My Mistake, Fixed this in v2 patch.

- Vani

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-14 10:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-11 11:02 [PATCH BlueZ 2/4] AVRCP: Get media transport DBus connection Vani
2012-05-11 16:14 ` Gustavo Padovan
2012-05-14 10:19   ` Vani-dineshbhai PATEL X

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).