summaryrefslogtreecommitdiff
path: root/monitor/ll.c
Commit message (Collapse)AuthorAgeFilesLines
* monitor: Inclusive language changesArchie Pusaka2021-09-211-28/+32
| | | | | | | | BT core spec 5.3 promotes the usage of inclusive languages. This CL replaces some terms with the more appropriate counterparts, such as "central", "peripheral", "link key", and "accept list" Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
* monitor: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds SPDX License Identifier and removes the license text. ------------------------------------- License COUNT ------------------------------------- LGPL-2.1-or-later : 47 License: LGPL-2.1-or-later monitor/bt.h monitor/hcidump.h monitor/avdtp.h monitor/crc.c monitor/sdp.c monitor/hwdb.c monitor/intel.h monitor/avctp.c monitor/control.h monitor/display.c monitor/a2dp.c monitor/ll.c monitor/ll.h monitor/jlink.h monitor/broadcom.h monitor/lmp.c monitor/keys.c monitor/ellisys.c monitor/main.c monitor/ellisys.h monitor/hwdb.h monitor/display.h monitor/jlink.c monitor/rfcomm.h monitor/packet.c monitor/crc.h monitor/keys.h monitor/sdp.h monitor/rfcomm.c monitor/avdtp.c monitor/a2dp.h monitor/avctp.h monitor/vendor.h monitor/hcidump.c monitor/intel.c monitor/tty.h monitor/control.c monitor/lmp.h monitor/analyze.c monitor/bnep.c monitor/l2cap.c monitor/vendor.c monitor/packet.h monitor/broadcom.c monitor/analyze.h monitor/l2cap.h monitor/bnep.h
* monitor: Add decoding of ISO related Link Layer PDUsLuiz Augusto von Dentz2020-02-031-0/+100
| | | | This adds the decoding of ISO related Link Layer PDUs
* monitor: Decode LL_CLOCK_ACCURACY_*Luiz Augusto von Dentz2019-03-071-0/+9
| | | | | This introduces the command passing for LL_CLOCK_ACCURACY_* PDUs added in 5.1.
* monitor: Decode LL_PERIODIC_SYNC_INDLuiz Augusto von Dentz2019-03-071-0/+25
| | | | | This introduces the command passing for LL_PERIODIC_SYNC_IND PDU added in 5.1.
* monitor: Decode LL_CTE_*Luiz Augusto von Dentz2019-03-071-0/+22
| | | | This introduces the command passing for LL_CTE_* PDUs added in 5.1.
* monitor: Add decoding support for LL_MIN_USED_CHANNELSLuiz Augusto von Dentz2019-03-071-1/+16
| | | | | This prints makes the fields to be printed instead of just decoding the PDU name.
* monitor: Add decoding support for LL_PHY_UPDATE_INDLuiz Augusto von Dentz2019-03-071-1/+23
| | | | | This prints makes the fields to be printed instead of just decoding the PDU name.
* monitor: Add decoding support for LL_PHY_*Luiz Augusto von Dentz2019-03-071-2/+29
| | | | | This prints makes the fields to be printed instead of just decoding the PDU name.
* monitor: Add decoding support for LL_LENGTH_*Luiz Augusto von Dentz2019-03-071-2/+12
| | | | | This prints makes the fields to be printed instead of just decoding the PDU name.
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
|
* monitor: Add link layer control PDUs for Bluetooth 5.0Marcel Holtmann2017-01-291-0/+4
|
* monitor: Add the missing LL opcodes for Bluetooth 4.1 and 4.2 featuresMarcel Holtmann2015-10-171-16/+37
|
* monitor: Allow padded LL messages from diagnostic channelMarcel Holtmann2015-10-071-6/+6
|
* monitor: Update copyright and license detailsMarcel Holtmann2014-02-111-11/+11
|
* monitor: Remove two unneeded includesMarcel Holtmann2014-01-101-2/+1
|
* monitor: Use generic utility macros for endian conversionMarcel Holtmann2014-01-101-15/+16
|
* monitor: Print descriptive LMP and LL error codesMarcel Holtmann2014-01-081-2/+2
|
* monitor: Add support for handling LE Ping featureMarcel Holtmann2013-12-061-0/+2
|
* monitor: Add translation of Bluetooth version informationMarcel Holtmann2013-10-051-1/+2
|
* monitor: Decode missing fields of link layer connect requestMarcel Holtmann2013-08-251-2/+38
|
* monitor: Add complete decoding of LL control PDUsMarcel Holtmann2013-08-251-14/+116
|
* monitor: Overwrite existing link layer access addressesMarcel Holtmann2013-08-251-1/+2
|
* monitor: Add support for decoding link layer packetsMarcel Holtmann2013-08-231-1/+375
|
* monitor: Add stub for link layer decodingMarcel Holtmann2013-08-201-0/+35