summaryrefslogtreecommitdiff
path: root/monitor
Commit message (Expand)AuthorAgeFilesLines
* 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
* monitor: Fix minimun packet latencyLuiz Augusto von Dentz2021-08-091-2/+5
* monitor: Fix median packet sizeLuiz Augusto von Dentz2021-08-091-5/+4
* monitor: Add support for tlv based version format for Intel vendorTedd Ho-Jeong An2021-08-061-2/+217
* monitor: Add further stats to analzye functionalityMarcel Holtmann2021-08-061-13/+132
* monitor: Fix truncated server socket path parameterMariusz Skamra2021-08-041-4/+2
* monitor: Track connections for analyze functionMarcel Holtmann2021-08-031-2/+154
* monitor: Remove unneeded fprintf for new devicesMarcel Holtmann2021-08-031-2/+0
* monitor: Count number of control messagesMarcel Holtmann2021-08-031-0/+20
* monitor: Add ISO packets to analyze optionMarcel Holtmann2021-08-031-0/+22
* monitor: Remove unneeded fprintf for unknown opcodesMarcel Holtmann2021-08-031-1/+0
* monitor: Print EIR of Extended Advertisement ReportSonny Sasaka2021-07-291-0/+1
* monitor: add new Intel extended telemetry eventsJoseph Hwang2021-07-203-9/+503
* emulator/btdev: Add support HCI LE Adv Set Terminated eventLuiz Augusto von Dentz2021-06-231-0/+1
* emulator/btdev: Add support multiple instance of extended advertisingTedd Ho-Jeong An2021-06-231-0/+1
* monitor: Adding missing device found flag in the parserAlain Michaud2021-06-161-3/+4
* monitor: Fix typosLuiz Augusto von Dentz2021-06-151-2/+2
* monitor: Decode MSFT LE Monitor AdvertisementMarcel Holtmann2021-05-201-1/+28
* btmon: Use bt_uuid128_to_str when printing UUIDs of 128 bitsLuiz Augusto von Dentz2021-05-181-21/+6
* monitor: Fix possible crash of rfcomm packetYun-Hao Chung2021-05-131-0/+3