summaryrefslogtreecommitdiff
path: root/monitor/l2cap.c
Commit message (Expand)AuthorAgeFilesLines
* monitor: Move ATT decoding function into its own fileLuiz Augusto von Dentz2022-05-181-614/+2
* monitor: Move print_hex_field to display.hLuiz Augusto von Dentz2022-05-181-14/+0
* btmon: Fix decoding of Enhanced Credit Connection RequestLuiz Augusto von Dentz2022-04-221-1/+1
* monitor: Inclusive language changesArchie Pusaka2021-09-211-5/+5
* monitor: Make --analyze print address OUILuiz Augusto von Dentz2021-08-091-59/+1
* monitor: Fix the unchecked return valueTedd Ho-Jeong An2020-11-241-0/+3
* monitor: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* monitor: Fix for incorrect len in L2CAP Enhanced ReconfigureŁukasz Rymanowski2020-03-121-2/+2
* monitor: Add support for decoding EATTLuiz Augusto von Dentz2020-03-021-0/+39
* monitor: Add decoding for L2CAP Enhanced Credit Based PDUsLuiz Augusto von Dentz2020-02-031-0/+153
* monitor: Decode L2CAP channel modeLuiz Augusto von Dentz2019-09-161-10/+35
* monitor: Add proper decoding of LE flowctl modeLuiz Augusto von Dentz2019-09-131-51/+63
* monitor: Decode GATT Caching errorsLuiz Augusto von Dentz2019-02-061-0/+6
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* monitor: Add support for user input/output dataLuiz Augusto von Dentz2018-10-081-15/+20
* monitor: Consolidate code printing bitfieldLuiz Augusto von Dentz2018-07-121-26/+6
* monitor: Fix uuid.h includesJohan Hedberg2017-12-261-1/+1
* tools: Remove monitor/uuid.{c,h}Luiz Augusto von Dentz2017-12-211-4/+4
* monitor: Add missing error code for LE Connection ResponseSzymon Janc2017-02-211-0/+3
* monitor: Fix LE Connection Response error decodingSzymon Janc2017-02-211-1/+1
* monitor: Remove redundant parenthesesJohan Hedberg2016-12-171-4/+4
* monitor: Add decoding of SMP CT2 authentication flagJohan Hedberg2016-12-071-3/+8
* monitor/l2cap: Fix buffer overflow when printing UUIDsMichał Narajowski2016-08-121-1/+1
* monitor: Fix using uuid128_to_strLuiz Augusto von Dentz2016-07-141-3/+4
* monitor/avdtp: Add basic decoding of AVDTP signallingAndrzej Kaczmarek2015-12-011-0/+4
* monitor/l2cap: Add channel sequence numberAndrzej Kaczmarek2015-12-011-17/+36
* monitor: Fix L2CAP connection response code decodingJohan Hedberg2015-11-021-4/+81
* monitor: Fix L2CAP config option parsingJohan Hedberg2015-06-231-2/+4
* monitor: Decode ATT Signed Write CommandSzymon Janc2015-06-011-1/+8
* monitor: Improve decoding of ATT Read by Group Type ResposeLuiz Augusto von Dentz2015-05-241-1/+24
* tools: Handle the common profile & service ecodeGowtham Anandha Babu2015-05-151-0/+9
* monitor: Add initial support for BNEPGowtham Anandha Babu2015-04-101-0/+4
* monitor: Add PSM tracking support for LE CoCSzymon Janc2015-02-191-18/+39
* monitor: Fix selecting PSM for L2CAP frameSzymon Janc2015-02-191-1/+4
* monitor: Factor out channel selection to separate functionSzymon Janc2015-02-191-60/+25
* monitor: Use local includes for libbluetooth headersMarcel Holtmann2015-02-121-1/+1
* monitor: Add support for parsing L2CAP control fieldVikrampal Yadav2015-01-121-0/+38
* monitor: Add support for parsing L2CAP extended control fieldVikrampal Yadav2015-01-121-0/+111
* monitor: Extract extended L2CAP extended control fieldVikrampal Yadav2015-01-121-2/+58
* monitor: Add functionality to store extented control in DBVikrampal Yadav2015-01-121-1/+29
* monitor: Make the parameter name genericVikrampal Yadav2015-01-121-2/+2
* monitor/l2cap: Fix buffer overflow issueGowtham Anandha Babu2014-12-161-1/+1
* monitor: Show difference between Security Manager for LE and BR/EDRMarcel Holtmann2014-12-161-1/+1
* monitor: Add SMP over BR/EDR decodingJohan Hedberg2014-12-031-2/+5
* monitor: Decode LinkKey bit in SMP key distribution fieldJohan Hedberg2014-12-031-0/+2
* monitor: Decode LE SC bits in SMP authentication requirementJohan Hedberg2014-12-031-6/+21
* monitor: Add decoding of LE SC PDUsJohan Hedberg2014-12-031-0/+50
* monitor: Add translations of LE SC error codesJohan Hedberg2014-12-031-0/+12
* monitor/rfcomm: Add RFCOMM support to btmonGowtham Anandha Babu2014-11-101-0/+4
* monitor: Fix L2CAP fragment tracking for duplex data streamsJohan Hedberg2014-08-151-28/+28