Vani-dineshbhai PATEL | 3 Aug 2012 08:45

[PATCH BlueZ V2 3/5] AVRCP: Add browsing channel support

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

Implements browsing channel creation and release.
---
 audio/avctp.c |  232 ++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 213 insertions(+), 19 deletions(-)

diff --git a/audio/avctp.c b/audio/avctp.c
index 33ca007..ff0c57e 100644
--- a/audio/avctp.c
+++ b/audio/avctp.c
 <at>  <at>  -41,6 +41,7  <at>  <at> 
 #include <bluetooth/bluetooth.h>
 #include <bluetooth/sdp.h>
 #include <bluetooth/uuid.h>
+#include <bluetooth/l2cap.h>

 #include <glib.h>

 <at>  <at>  -119,6 +120,7  <at>  <at>  struct avctp_state_callback {
 struct avctp_server {
 	bdaddr_t src;
 	GIOChannel *control_io;
+	GIOChannel *browsing_io;
 	GSList *sessions;
 };

 <at>  <at>  -137,9 +139,12  <at>  <at>  struct avctp {
 	int uinput;

(Continue reading)

Zheng, Wu | 3 Aug 2012 11:11
Picon
Favicon

RE: [PATCH BlueZ V2 3/5] AVRCP: Add browsing channel support

Hi,

> -----Original Message-----
> From: linux-bluetooth-owner@...
> [mailto:linux-bluetooth-owner@...] On Behalf Of Vani-dineshbhai
> PATEL
> Sent: Friday, August 03, 2012 2:45 PM
> To: User Name; Luiz Augusto; Lucas De Marchi
> Cc: Vani; Joohi; Vani
> Subject: [PATCH BlueZ V2 3/5] AVRCP: Add browsing channel support
> 
> From: Vani Patel <vani.patel@...>
> 
> Implements browsing channel creation and release.
> ---
>  audio/avctp.c |  232
> ++++++++++++++++++++++++++++++++++++++++++++++++++++-----
>  1 files changed, 213 insertions(+), 19 deletions(-)
> 
> diff --git a/audio/avctp.c b/audio/avctp.c index 33ca007..ff0c57e 100644
> --- a/audio/avctp.c
> +++ b/audio/avctp.c
>  <at>  <at>  -41,6 +41,7  <at>  <at> 
>  #include <bluetooth/bluetooth.h>
>  #include <bluetooth/sdp.h>
>  #include <bluetooth/uuid.h>
> +#include <bluetooth/l2cap.h>
> 
>  #include <glib.h>
> 
(Continue reading)

Vani-dineshbhai PATEL X | 3 Aug 2012 11:37

RE: [PATCH BlueZ V2 3/5] AVRCP: Add browsing channel support

Hi,

> -----Original Message-----
> From: Zheng, Wu [mailto:wu.zheng@...]
> Sent: Friday, August 03, 2012 2:42 PM
> To: Vani-dineshbhai PATEL X
> Cc: linux-bluetooth@...
> Subject: RE: [PATCH BlueZ V2 3/5] AVRCP: Add browsing channel support
> 
> Hi,
> 
> > -----Original Message-----
> > From: linux-bluetooth-owner@...
> > [mailto:linux-bluetooth-owner@...] On Behalf Of
> > Vani-dineshbhai PATEL
> > Sent: Friday, August 03, 2012 2:45 PM
> > To: User Name; Luiz Augusto; Lucas De Marchi
> > Cc: Vani; Joohi; Vani
> > Subject: [PATCH BlueZ V2 3/5] AVRCP: Add browsing channel support
> >
> > From: Vani Patel <vani.patel@...>
> >
> > Implements browsing channel creation and release.
> > ---
> >  audio/avctp.c |  232
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++-----
> >  1 files changed, 213 insertions(+), 19 deletions(-)
> >
> > diff --git a/audio/avctp.c b/audio/avctp.c index 33ca007..ff0c57e
> > 100644
(Continue reading)


Gmane