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)
RSS Feed