Hi Andrei, On Mon, Oct 24, 2011, Emeltchenko Andrei wrote: > Decode fixed channels in information response > > < ACL data: handle 1 flags 0x00 dlen 10 > L2CAP(s): Info req: type 3 > > ACL data: handle 1 flags 0x02 dlen 20 > L2CAP(s): Info rsp: type 3 result 0 > Fixed channel list 0x0000000a > L2CAP Signalling Channel > AMP Manager Protocol > --- > parser/l2cap.c | 23 ++++++++++++++++++++--- > 1 files changed, 20 insertions(+), 3 deletions(-) Both patches have been applied, but I had to fix the following to use PRIx64 instead of %llx to compile both on 32 and 64 bit architectures. > + printf("Fixed channel list 0x%8.8llx\n", fc_mask); Johan -- 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