Hi Vani, On Tue, Jul 17, 2012 at 1:55 PM, Luiz Augusto von Dentz <luiz.dentz@xxxxxxxxx> wrote: > Hi Vani, > > On Tue, Jul 10, 2012 at 12:36 PM, Vani-dineshbhai PATEL > <vani.patel@xxxxxxxxxxxxxx> wrote: >> From: Vani Patel <vani.patel@xxxxxxxxxxxxxx> >> >> Add functions to register and unregister Browsing >> handler >> --- >> audio/avctp.c | 28 ++++++++++++++++++++++++++++ >> audio/avctp.h | 8 ++++++++ >> 2 files changed, 36 insertions(+), 0 deletions(-) >> >> diff --git a/audio/avctp.c b/audio/avctp.c >> index 42eb7df..0b50611 100644 >> --- a/audio/avctp.c >> +++ b/audio/avctp.c >> @@ -159,6 +159,12 @@ struct avctp_pdu_handler { >> unsigned int id; >> }; >> >> +struct avctp_browsing_pdu_handler { >> + avctp_browsing_pdu_cb cb; >> + void *user_data; >> + unsigned int id; >> +}; > > Browsing command are not encapsulated using AV/C frames, so perhaps > the connection management of browsing channel can be done directly > inside avrcp.c Let me take it back since it still uses AVCTP header it is better to stay on avctp.c for propertly tracking the transactions. -- Luiz Augusto von Dentz -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html