summaryrefslogtreecommitdiff
path: root/tools/parser
Commit message (Expand)AuthorAgeFilesLines
* tools: Inclusive language changesArchie Pusaka2021-09-217-94/+100
* tools: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-2928-392/+28
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-0624-0/+24
* hcidump: Fix set_ext_ctrl() global buffer overflowCho, Yu-Chen2018-11-021-1/+1
* hcidump:fixed hci frame dump stack-buffer-overflowCho, Yu-Chen2018-11-021-0/+3
* tools: Add missing break statementsMarcel Holtmann2017-07-111-0/+2
* tools/hcidump: Print LDAC vendor codec nameAndrzej Kaczmarek2015-11-161-0/+2
* tools: Add p_ prefix to parser field helper functionsMarcel Holtmann2015-10-1820-390/+390
* parser/hci: Fix ERROR CODES as per core_v4.2Gowtham Anandha Babu2015-01-121-3/+3
* parser/rfcomm: Add support for decoding Test commandGowtham Anandha Babu2014-12-191-1/+11
* tools: List all enum values in switchSzymon Janc2014-12-081-0/+15
* tools: Fix memory leakAndrei Emeltchenko2014-08-041-3/+16
* 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