Hi Luiz, On Thu, Jan 23, 2014 at 06:39:56PM +0200, Luiz Augusto von Dentz wrote: > From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> > > This adds the following record: > > Service Name: AVRCP TG > Service RecHandle: 0x10002 > Service Class ID List: > "AV Remote Target" (0x110c) > Protocol Descriptor List: > "L2CAP" (0x0100) > PSM: 23 > "AVCTP" (0x0017) > uint16: 0x103 > Profile Descriptor List: > "AV Remote" (0x110e) > Version: 0x0100 > --- > android/avrcp.c | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 97 insertions(+) > > diff --git a/android/avrcp.c b/android/avrcp.c > index 707506b..02dbb68 100644 > --- a/android/avrcp.c > +++ b/android/avrcp.c > @@ -29,22 +29,116 @@ > #include <glib.h> > > #include "lib/bluetooth.h" > +#include "lib/sdp.h" > +#include "lib/sdp_lib.h" > #include "log.h" > +#include "bluetooth.h" > #include "avrcp.h" > #include "hal-msg.h" > #include "ipc.h" > > +#define L2CAP_PSM_AVCTP 0x17 Can we use the same name like in profiles? AVCTP_CONTROL_PSM Best regards Andrei Emeltchenko -- 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