summaryrefslogtreecommitdiff
path: root/monitor/l2cap.c
Commit message (Expand)AuthorAgeFilesLines
...
* monitor: Properly decode GATT Find Information ResponseMike Ryan2014-08-011-2/+2
* monitor: Add mode and channel to struct l2cap_frameLuiz Augusto von Dentz2014-07-311-9/+19
* monitor: Add AVCTP support to btmonVikrampal Yadav2014-07-311-0/+6
* Replace bt_get_le64() by get_le64()Claudio Takahasi2014-03-211-1/+1
* Replace bt_get_le32() by get_le32()Claudio Takahasi2014-03-211-13/+13
* Replace bt_get_le16() by get_le16()Claudio Takahasi2014-03-211-34/+34
* monitor: Add support for resolving random addressesMarcel Holtmann2014-02-171-0/+5
* monitor: Update copyright and license detailsMarcel Holtmann2014-02-111-11/+11
* monitor: Add SMP key distribution decodingJohan Hedberg2014-01-301-4/+23
* monitor: Use generic utility macros for endian conversionMarcel Holtmann2014-01-101-72/+78
* monitor: Add LE CoC decoding supportJohan Hedberg2013-12-011-0/+50
* monitor: Add ATT Prepare Write Response decodingJohan Hedberg2013-10-111-1/+9
* monitor: Add ATT Prepare Write Request decodingJohan Hedberg2013-10-111-1/+9
* monitor: Add ATT Execute Write Request decodingJohan Hedberg2013-10-111-1/+22
* monitor: Add ATT Read Multiple Request decodingJohan Hedberg2013-10-111-1/+13
* monitor: Add ATT over BR/EDR decoding supportJohan Hedberg2013-10-111-0/+3
* monitor: Fix parsing of ATT Read By Type ResponseJohan Hedberg2013-10-091-2/+2
* monitor: Allow zero-length hex fields with print_hex_field()Johan Hedberg2013-10-091-0/+2
* monitor: Add decoding of L2CAP connectionless channelMarcel Holtmann2013-10-081-0/+33
* monitor: Use different tables for BR/EDR and LE L2CAP signal channelsMarcel Holtmann2013-10-021-9/+92
* monitor: Add support for printing UUID-128 in ATTMarcel Holtmann2013-09-021-4/+17
* monitor: Print UUID-32 and UUID-128 stringsMarcel Holtmann2013-06-281-0/+8
* monitor: Add decoders for common ATT attribute valuesJohan Hedberg2013-06-071-0/+21
* monitor: Add dedicated function for decoding attribute valuesJohan Hedberg2013-06-071-2/+18
* monitor: Fix ATT read by type request parameter nameJohan Hedberg2013-06-071-1/+1
* monitor: Add find by type value response decoding supportJohan Hedberg2013-06-071-1/+16
* monitor: Add ATT find by type value request decoding supportJohan Hedberg2013-06-071-1/+9
* monitor: Add ATT write command decoding supportJohan Hedberg2013-06-071-1/+8
* monitor: Add ATT read blob response decoding supportJohan Hedberg2013-06-071-1/+7
* monitor: Add ATT read blob request decoding supportJohan Hedberg2013-06-071-1/+8
* monitor: Add ATT write response decoding supportJohan Hedberg2013-06-071-1/+6
* monitor: Add ATT write request decoding supportJohan Hedberg2013-06-071-1/+8
* monitor: Add ATT find info response decodingJohan Hedberg2013-06-071-1/+55
* monitor: Add ATT find info request decoding supportJohan Hedberg2013-06-071-1/+7
* monitor: L2CAP Conf Response CID is a Source CIDJohan Hedberg2013-05-281-3/+3
* monitor: Fix ATT Read By Type Response minimum lengthJohan Hedberg2013-04-261-1/+1
* monitor: Add more ATT protocol decodingsMarcel Holtmann2013-01-131-5/+42
* monitor: Fix handling of unknown L2CAP optionsMarcel Holtmann2012-12-281-0/+6
* monitor: L2CAP information respones don't have a payloadMarcel Holtmann2012-12-201-0/+8
* monitor: Fix crash in btmonFrédéric Danis2012-12-201-1/+2
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* monitor: Track SDP continuation for attribute listsMarcel Holtmann2012-11-211-4/+30
* monitor: Add basic attribute UUID decodingMarcel Holtmann2012-11-201-1/+5
* monitor: Decode a few Attribute PDUsMarcel Holtmann2012-11-171-19/+184
* monitor: Fix some AMP controller decodingsMarcel Holtmann2012-11-171-33/+47
* monitor: Decode Security Manager ProtocolMarcel Holtmann2012-11-171-11/+286
* monitor: Use callback tables for ATT and SMPMarcel Holtmann2012-11-171-17/+79
* monitor: Decode AMP Manager Protocol packetsMarcel Holtmann2012-11-171-20/+291
* monitor: Add basic decoding for SDP transactionsMarcel Holtmann2012-11-171-23/+12