summaryrefslogtreecommitdiff
path: root/monitor
Commit message (Expand)AuthorAgeFilesLines
* monitor: Fix incorrect vendor name for vendor cmd and evtTedd Ho-Jeong An2022-10-141-15/+31
* monitor/packet: Fix scan-build warningsLuiz Augusto von Dentz2022-09-271-12/+4
* monitor/analyze: Fix scan-build warningsLuiz Augusto von Dentz2022-09-271-28/+0
* monitor: fix printf format stringsChristian Eggers2022-09-262-13/+18
* monitor/att: Add decoding support for Volume Control SericeSathish Narasimman2022-09-191-0/+159
* monitor: Add mesh MGMT cmds/events to btmon parserBrian Gix2022-09-081-0/+111
* monitor: Add ADV Monitor events to btmon parserBrian Gix2022-09-081-0/+35
* monitor: Fix build error in some targetsLuiz Augusto von Dentz2022-07-051-1/+3
* monitor: Fix usage of %z formater for uint64_tBrian Gix2022-06-301-2/+2
* monitor: Fix crash when using RTT backendSzymon Janc2022-06-271-1/+1
* monitor: Update flag information for Extended AdvertismementTedd Ho-Jeong An2022-06-171-0/+3
* monitor/att: Add LTV deconding support for PAC/ASELuiz Augusto von Dentz2022-06-163-98/+547
* monitor/att: Add decoding support for PAC Audio ContextLuiz Augusto von Dentz2022-06-161-0/+65
* monitor/att: Add decoding support for PAC Sink/Source LocationLuiz Augusto von Dentz2022-06-161-0/+70
* monitor/att: Print attribute information on ATT_REQ_RSPLuiz Augusto von Dentz2022-06-161-7/+18
* monitor/att: Fix decoding for notificationsLuiz Augusto von Dentz2022-06-131-1/+1
* monitor: Stop spamming logs when GATT db cannot be loadedLuiz Augusto von Dentz2022-06-133-5/+5
* monitor: Fix memory leaksGopal Tiwari2022-05-311-1/+4
* monitor/att: Add decoding support for ASE Control PointLuiz Augusto von Dentz2022-05-261-158/+561
* monitor/att: Add decoding support for ASE Sink/SourceLuiz Augusto von Dentz2022-05-262-26/+502
* monitor/att: Add decoding support for PAC Sink/SourceLuiz Augusto von Dentz2022-05-264-1/+113
* monitor/att: Simplify CCC decodersLuiz Augusto von Dentz2022-05-261-22/+13
* monitor/att: Fix parsing of notificationsLuiz Augusto von Dentz2022-05-252-2/+20
* monitor/att: Attempt to reload if database is emptyLuiz Augusto von Dentz2022-05-251-21/+26
* monitor/att: Fix parsing of Notify MutipleLuiz Augusto von Dentz2022-05-201-2/+0
* monitor/att: Fix not matching read frame directionLuiz Augusto von Dentz2022-05-201-3/+11
* monitor/att: Fix treating Notification/Indication as a requestLuiz Augusto von Dentz2022-05-201-2/+2
* monitor/att: Fix not removing read from queueLuiz Augusto von Dentz2022-05-201-2/+4
* monitor/att: Add decoding support for CCCLuiz Augusto von Dentz2022-05-191-18/+223
* monitor/att: Decode attribute typeLuiz Augusto von Dentz2022-05-182-13/+134
* monitor: Cache connection informationLuiz Augusto von Dentz2022-05-186-533/+918
* monitor: Move ATT decoding function into its own fileLuiz Augusto von Dentz2022-05-184-614/+665
* monitor: Move print_hex_field to display.hLuiz Augusto von Dentz2022-05-183-28/+14
* monitor: Fix parsing of LE Terminate BIG Complete eventLuiz Augusto von Dentz2022-05-021-1/+1
* monitor: Decode LTV fields of Basic Audio AnnouncementsLuiz Augusto von Dentz2022-05-021-2/+40
* btmon: Fix not decoding LC3 idLuiz Augusto von Dentz2022-04-261-0/+3
* btmon: Add support for decoding Basic Audio AnnoucementsLuiz Augusto von Dentz2022-04-262-0/+134
* btmon: Add support for decoding Broadcast Audio AnnoucementsLuiz Augusto von Dentz2022-04-261-0/+33
* btmon: Add proper decoding to Service Data UUIDLuiz Augusto von Dentz2022-04-261-3/+9
* btmon: Fix decoding of Enhanced Credit Connection RequestLuiz Augusto von Dentz2022-04-221-1/+1
* monitor: Add support for LE BIG Info Adverting ReportLuiz Augusto von Dentz2022-04-062-0/+40
* monitor: Fix out-of-bound read in print_le_statesIldar Kamaletdinov2022-04-041-3/+4
* bthost: Add support for BT_H4_ISO_PKTLuiz Augusto von Dentz2022-03-071-0/+2
* btdev: Implements BT_HCI_CMD_LE_BIG_TERM_SYNCLuiz Augusto von Dentz2022-03-071-0/+5
* btdev: Implements BT_HCI_CMD_LE_BIG_CREATE_SYNCLuiz Augusto von Dentz2022-03-071-0/+1
* monitor: Rename Periodic Advertising terms to PA/paLuiz Augusto von Dentz2022-03-072-93/+93
* btdev: Implement BT_HCI_CMD_LE_PERIODIC_ADV_CREATE_SYNC_CANCELLuiz Augusto von Dentz2022-03-071-0/+1
* monitor: Fix Create BIG PDULuiz Augusto von Dentz2022-03-072-8/+3
* monitor: fix division by zero about conn->tx_pkt_medJoseph Hwang2022-02-231-1/+2
* monitor/sdp: Fixes out-of-bounds array accessTedd Ho-Jeong An2022-02-101-1/+1