Hi Andrei, On Wed, Jul 06, 2011, Emeltchenko Andrei wrote: > Adds parsing l2cap extended feature mask. > > before: > hcidump -r /tmp/info-rsp.cap > HCI sniffer - Bluetooth packet analyzer ver 2.1 > btsnoop version: 1 datalink type: 1002 > > ACL data: handle 11 flags 0x02 dlen 16 > L2CAP(s): Info rsp: type 2 result 0 > Extended feature mask 0x00b8 > --- > after: > src/hcidump -r /tmp/info-rsp.cap > HCI sniffer - Bluetooth packet analyzer ver 2.1 > btsnoop version: 1 datalink type: 1002 > > ACL data: handle 11 flags 0x02 dlen 16 > L2CAP(s): Info rsp: type 2 result 0 > Extended feature mask 0x00b8 > Enhanced Retransmission mode > Streaming mode > FCS Option > Fixed Channels > --- > --- > parser/l2cap.c | 39 +++++++++++++++++++++++++-------------- > 1 files changed, 25 insertions(+), 14 deletions(-) Applied, thanks. I had to fix the commit message first though: git am treats --- as the end of the message so when I first applied the second part was left out. 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