summaryrefslogtreecommitdiff
path: root/tools/parser
Commit message (Expand)AuthorAgeFilesLines
* tools/hcidump: Decode MPEG-1,2 Audio codec capabilitiesAndrzej Kaczmarek2014-05-281-0/+58
* tools/hcidump: Decode aptX codec capabilitiesAndrzej Kaczmarek2014-05-271-3/+47
* tools/hcidump: Decode MPEG-2,4 AAC codec capabilitiesAndrzej Kaczmarek2014-05-271-1/+56
* tools: Use unaligned access macros from util.hClaudio Takahasi2014-03-254-6/+5
* Replace bt_get_le64() by get_le64()Claudio Takahasi2014-03-211-1/+1
* Replace bt_get_le32() by get_le32()Claudio Takahasi2014-03-211-1/+1
* Replace bt_get_le16() by get_le16()Claudio Takahasi2014-03-212-11/+13
* hcidump: Fix missing breakAndrei Emeltchenko2014-01-091-0/+4
* tools/hcidump: Fix parsing for service class 0x110fLuiz Augusto von Dentz2013-10-092-4/+2
* tools/hcidump: Fix parsing of Search PDULuiz Augusto von Dentz2013-06-131-5/+6
* tools: Fix printing of PlayItem pdu in hcidumpLuiz Augusto von Dentz2013-05-141-1/+1
* tools: Fix parsing of PlayItem pdu in hcidumpLuiz Augusto von Dentz2013-04-261-1/+1
* tools: Fix avrcp_media_element_item_dump to print elements properlyLuiz Augusto von Dentz2013-04-241-0/+2
* tools: Fix AVRCP parsing of GetFolderItems for folders and itemsLuiz Augusto von Dentz2013-04-191-8/+8
* tools: Fix AVRCP parsing of GetFolderItems for media playersLuiz Augusto von Dentz2013-03-061-4/+4
* tools: Add support for UIDs changed event to AVRCP parserLuiz Augusto von Dentz2013-02-271-0/+4
* tools: Add support for registering external playerLuiz Augusto von Dentz2013-02-221-1/+1
* tools: Fix hcidump parser of AVRCP for SetBrowsedPlayer commandLuiz Augusto von Dentz2013-02-221-1/+1
* tools: Fix hcidump parser of AVRCP GetItemAttributes commandLuiz Augusto von Dentz2013-02-141-4/+4
* tools: Fix hcidump parser of AVRCP media attributesLuiz Augusto von Dentz2013-02-141-2/+2
* tools: Print UID of track changed eventLuiz Augusto von Dentz2013-02-141-2/+1
* hcidump: Fix parsing of SetBrowsedPlayerLuiz Augusto von Dentz2013-01-311-4/+4
* hcidump: Fix parsing of GetCurrentPlayerApplicationSettingValueLuiz Augusto von Dentz2013-01-311-1/+1
* hcidump: Distinct Control and Browsing AVCTP channelsLuiz Augusto von Dentz2013-01-311-1/+2
* hcidump: Fix compilation errors due to unaligned memory accessSzymon Janc2012-12-182-16/+13
* hcidump: Add private header for L2CAP structuresMarcel Holtmann2012-12-182-1/+273
* hcidump: Add missing declaration of amp_assoc_dumpMarcel Holtmann2012-12-171-0/+2
* hcidump: Print all HCI_LE_Create_Connection parametersJohan Hedberg2012-12-171-0/+11
* hcidump: Decode Read Data Block Size HCI cmdAndrei Emeltchenko2012-12-171-1/+23
* hcidump: Decode Num Completed Data BlocksAndrei Emeltchenko2012-12-171-0/+22
* hcidump: Add parsing for GeneralReject PDULuiz Augusto von Dentz2012-12-171-0/+25
* hcidump: Add parsing for AddToNowPlaying PDULuiz Augusto von Dentz2012-12-171-0/+41
* hcidump: Add parsing for Search PDULuiz Augusto von Dentz2012-12-171-0/+57
* hcidump: Add parsing for PlayItem PDULuiz Augusto von Dentz2012-12-171-16/+57
* hcidump: Add parsing for GetItemAttributes PDULuiz Augusto von Dentz2012-12-171-28/+101
* hcidump: Add parsing for ChangePath PDULuiz Augusto von Dentz2012-12-171-0/+62
* hcidump: Add parsing for GetFolderItems PDULuiz Augusto von Dentz2012-12-171-0/+389
* hcidump: Fix parsing SetBrowsedPlayer as AV/C pduLuiz Augusto von Dentz2012-12-173-11/+11
* hcidump: Add initial support for browsing channelLuiz Augusto von Dentz2012-12-174-8/+46
* hcidump: Fix parsing of SetAddressedPlayer PDULuiz Augusto von Dentz2012-12-171-1/+1
* hcidump: clean l2cap chan create/move dumpAndrei Emeltchenko2012-12-171-6/+8
* hcidump: Fix printing link handleAndrei Emeltchenko2012-12-171-9/+11
* hcidump: Fix not printing new line when parsing AddressedPlayerChangedLuiz Augusto von Dentz2012-12-171-2/+2
* hcidump: Fix EIR data parsingAndrzej Kaczmarek2012-12-171-1/+4
* hcidump: Add decoding AMP Assoc data in write_remote_amp_assocAndrei Emeltchenko2012-12-171-0/+15
* hcidump: Add parsing for SetBrowsedPlayer PDULuiz Augusto von Dentz2012-12-171-0/+73
* hcidump: Add support for Addressed Player Changed eventLuiz Augusto von Dentz2012-12-171-0/+10
* hcidump: Add parsing for SetAddressedPlayer PDULuiz Augusto von Dentz2012-12-171-0/+35
* hcidump: Add decoding AMP Assoc data in HCI parserAndrei Emeltchenko2012-12-171-11/+2
* hcidump: Make assoc dump function available for HCI parserAndrei Emeltchenko2012-12-172-102/+130