summaryrefslogtreecommitdiff
path: root/monitor
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bthost: Fix not handling ACL fragmentationLuiz Augusto von Dentz2022-02-091-0/+2
* monitor: Fix misaligment errors when parsing BIG/CIG eventsLuiz Augusto von Dentz2022-01-311-4/+4
* monitor/avctp: Fix parsing of GetElementAttributeLuiz Augusto von Dentz2022-01-141-1/+1
* emulator: Add support for vendor commandsLuiz Augusto von Dentz2022-01-051-0/+18
* build: Fix build when sanitizer are enabledLuiz Augusto von Dentz2021-12-231-1/+2
* monitor: Fix uninitiailzed scalar variableTedd Ho-Jeong An2021-11-151-0/+1
* monitor: Add support for Device Privacy Mode flagLuiz Augusto von Dentz2021-11-091-1/+2
* monitor: Enable decoding of MSFT extension with emulatorLuiz Augusto von Dentz2021-10-211-0/+9
* monitor/msft: Add feature bits definitionLuiz Augusto von Dentz2021-10-211-0/+7
* monitor/msft: Fix uuid.u128 formatLuiz Augusto von Dentz2021-10-211-1/+1
* monitor: Make use of MSFT packet definitionsLuiz Augusto von Dentz2021-10-181-26/+118
* monitor: Add packet definitions for MSFT extensionLuiz Augusto von Dentz2021-10-181-0/+151
* monitor: Inclusive language changesArchie Pusaka2021-09-217-321/+330
* lib: Inclusive language changesArchie Pusaka2021-09-211-2/+2
* monitor: Fix calculation of RFCOMM lengthLuiz Augusto von Dentz2021-09-021-1/+1
* monitor: Track PSM for L2CAP analyze functionMarcel Holtmann2021-08-171-0/+34
* monitor: Fix logging of CIG Test SDU Interval paramMariusz Skamra2021-08-161-1/+1
* monitor: Fix Maximum PDU type in CIS Test ParamMariusz Skamra2021-08-162-5/+7
* monitor: Track L2CAP packets for analyze functionMarcel Holtmann2021-08-161-2/+71
* monitor: Store MSFT extension event prefixMarcel Holtmann2021-08-163-0/+11
* monitor: Make --analyze print address OUILuiz Augusto von Dentz2021-08-097-86/+29
* monitor: Make --analyze output latencies in msecLuiz Augusto von Dentz2021-08-091-6/+9
* monitor: Fix not accouting for multiple outstanding packetsLuiz Augusto von Dentz2021-08-091-7/+13