summaryrefslogtreecommitdiff
path: root/monitor
Commit message (Expand)AuthorAgeFilesLines
* 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
* monitor: Remove Pygments dependency from manpageTedd Ho-Jeong An2021-05-101-2/+2
* monitor/avdtp: Fix decoding of reject typeLuiz Augusto von Dentz2021-05-041-4/+0
* monitor: Convert manpage to rst formatTedd Ho-Jeong An2021-05-041-0/+171
* monitor: Add Intel read supported features commandTedd Ho-Jeong An2021-04-201-0/+24
* monitor: Update RSSI printing functionMarcel Holtmann2021-04-023-8/+9
* monitor: Add basic decoding for MSFT extensionMarcel Holtmann2021-03-193-3/+150
* monitor: Add skeleton for Microsoft HCI extensionMarcel Holtmann2021-03-193-11/+143
* monitor: Add option to force output colorSonny Sasaka2021-03-183-2/+30
* monitor: Fix decoding Read Local Supported Codec CapabilitiesKiran K2021-03-151-6/+6
* monitor: Fix invalid accessLuiz Augusto von Dentz2021-03-081-1/+1
* monitor: Decode Broadcom LM Diag vendor eventsMarcel Holtmann2021-03-071-0/+6
* monitor: Fix random address decoding for extending advertisingMarcel Holtmann2021-03-071-1/+1
* monitor: Add missing strings for management command codesMarcel Holtmann2021-03-071-5/+12
* monitor: Add option to set fallback widthSonny Sasaka2021-03-033-2/+15
* monitor: Add support for decoding Configure Data PathLuiz Augusto von Dentz2021-03-022-0/+26
* monitor: Add support for decoding Read Local Controller DelayLuiz Augusto von Dentz2021-03-022-24/+67
* monitor: Add support for decoding Read Local Supported Codec CapabilitiesLuiz Augusto von Dentz2021-03-022-18/+101
* monitor: Add support for decoding Read Local Supported Codecs V2Luiz Augusto von Dentz2021-03-022-26/+122
* monitor: Rename big_id fields to handleLuiz Augusto von Dentz2021-03-022-10/+10
* monitor: Fix BIG Create Sync decodingLuiz Augusto von Dentz2021-03-022-7/+10
* monitor: Rename big_id field to handleLuiz Augusto von Dentz2021-03-022-7/+7
* monitor: Fix handling of BT_HCI_EVT_LE_BIG_SYNC_ESTABILISHEDLuiz Augusto von Dentz2021-02-232-0/+12
* monitor: Fix handling of BT_HCI_EVT_LE_BIG_COMPLETELuiz Augusto von Dentz2021-02-232-0/+12
* monitor: Decode add advmon with RSSI parameterArchie Pusaka2021-01-151-4/+39
* btmon: fix buffer bound checksJacob Siverskog2020-12-221-6/+6
* monitor: Add option to disable time offsetLuiz Augusto von Dentz2020-12-161-2/+7
* monitor: Fix the unchecked return valueTedd Ho-Jeong An2020-11-242-10/+23
* monitor: Fix potential memory leakTedd Ho-Jeong An2020-11-242-6/+28
* monitor: Add new MGMT adv commands and events to monitorDaniel Winkler2020-10-291-0/+65
* advertising: Use new mgmt interface for advertising addDaniel Winkler2020-10-291-2/+2
* monitor: Decode Remove ADV MonitorHoward Chung2020-10-291-0/+28
* monitor: Decode Add ADV monitor commandHoward Chung2020-10-291-0/+48
* monitor: Decode ADV Monitor read feature commandHoward Chung2020-10-291-0/+48
* monitor: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-2147-658/+47
* monitor: Fix decoding of LE Remove CIGLuiz Augusto von Dentz2020-09-112-1/+20
* monitor: Add support for Suspend and Resume eventsAbhishek Pandit-Subedi2020-08-311-0/+55
* monitor: Decode device flags mgmt ops and eventAbhishek Pandit-Subedi2020-07-071-0/+70
* monitor: Fix parsing of LE Setup ISO Data Path responseLuiz Augusto von Dentz2020-05-132-1/+20
* monitor: Set msft_opcode for Microsoft vendor extensionMarcel Holtmann2020-05-061-1/+12
* monitor: Decode mgmt commands and event for experimental featuresMarcel Holtmann2020-05-061-0/+63
* monitor: Fix Set Host FeatureLuiz Augusto von Dentz2020-05-011-2/+3
* monitor: Use __attribute__ ((packed)) instead of __packedMarcel Holtmann2020-04-291-1/+1
* emulator: Add support for LE Remove ISO Data PathLuiz Augusto von Dentz2020-04-232-2/+2
* monitor: Add decoding support for HCI LE Set Host FeatureLuiz Augusto von Dentz2020-04-221-0/+19
* monitor: Remove use of base defines for 5.2Luiz Augusto von Dentz2020-04-221-57/+60
* monitor: Add support for opening extra mgmt socket for eventsMarcel Holtmann2020-04-083-2/+9
* monitor: Fix off-by-one error with IRKs and LTKsMarcel Holtmann2020-04-051-2/+2